Skip to content

Commit

Permalink
reduce the length of License in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke committed Jun 30, 2017
1 parent 9b435d6 commit ca6018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ def run(self):
packages=find_packages(),
include_package_data=True,
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')

0 comments on commit ca6018f

Please sign in to comment.