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
ac0c9cec
Commit
ac0c9cec
authored
Sep 01, 2017
by
Guolin Ke
Committed by
GitHub
Sep 01, 2017
Browse files
[pip] fix long_description (#875)
parent
8caad8de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python-package/setup.py
python-package/setup.py
+1
-0
No files found.
python-package/setup.py
View file @
ac0c9cec
...
...
@@ -157,6 +157,7 @@ if __name__ == "__main__":
setup
(
name
=
'lightgbm'
,
version
=
version
,
description
=
'LightGBM Python Package'
,
long_description
=
open
(
'README.rst'
).
read
(),
install_requires
=
[
'numpy'
,
'scipy'
,
...
...
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