Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ca6018fe
Commit
ca6018fe
authored
Jun 30, 2017
by
Guolin Ke
Browse files
reduce the length of License in pip
parent
9b435d65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/setup.py
python-package/setup.py
+1
-1
No files found.
python-package/setup.py
View file @
ca6018fe
...
...
@@ -147,5 +147,5 @@ if __name__ == "__main__":
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'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment