Commit ac0c9cec authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

[pip] fix long_description (#875)

parent 8caad8de
...@@ -157,6 +157,7 @@ if __name__ == "__main__": ...@@ -157,6 +157,7 @@ if __name__ == "__main__":
setup(name='lightgbm', setup(name='lightgbm',
version=version, version=version,
description='LightGBM Python Package', description='LightGBM Python Package',
long_description=open('README.rst').read(),
install_requires=[ install_requires=[
'numpy', 'numpy',
'scipy', 'scipy',
......
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