Commit ca6018fe authored by Guolin Ke's avatar Guolin Ke
Browse files

reduce the length of License in pip

parent 9b435d65
...@@ -147,5 +147,5 @@ if __name__ == "__main__": ...@@ -147,5 +147,5 @@ if __name__ == "__main__":
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
data_files=data_files, data_files=data_files,
license='The MIT License(https://github.com/Microsoft/LightGBM/blob/master/LICENSE)', license='The MIT License (Microsoft)',
url='https://github.com/Microsoft/LightGBM') url='https://github.com/Microsoft/LightGBM')
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment