mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
Add more description to setup.py. (#3153)
This commit is contained in:
committed by
Philipp Moritz
parent
fd854ff090
commit
08fc9e5bcd
@@ -122,6 +122,12 @@ setup(
|
|||||||
name="ray",
|
name="ray",
|
||||||
# The version string is also in __init__.py. TODO(pcm): Fix this.
|
# The version string is also in __init__.py. TODO(pcm): Fix this.
|
||||||
version="0.5.3",
|
version="0.5.3",
|
||||||
|
description=("A system for parallel and distributed Python that unifies "
|
||||||
|
"the ML ecosystem."),
|
||||||
|
long_description=open("../README.rst").read(),
|
||||||
|
url="https://github.com/ray-project/ray",
|
||||||
|
keywords=("ray distributed parallel machine-learning "
|
||||||
|
"reinforcement-learning deep-learning python"),
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
cmdclass={"build_ext": build_ext},
|
cmdclass={"build_ext": build_ext},
|
||||||
# The BinaryDistribution argument triggers build_ext.
|
# The BinaryDistribution argument triggers build_ext.
|
||||||
|
|||||||
Reference in New Issue
Block a user