[build]Update description and add some keywords (#13163)

This commit is contained in:
Tao Wang
2021-01-05 11:34:03 +08:00
committed by GitHub
parent a0bbf2bfc2
commit c617291b27
+4 -4
View File
@@ -430,15 +430,15 @@ setuptools.setup(
version=find_version("ray", "__init__.py"),
author="Ray Team",
author_email="ray-dev@googlegroups.com",
description=("A system for parallel and distributed Python that "
"unifies the ML ecosystem."),
description=("Ray provides a simple, universal API for building "
"distributed applications."),
long_description=io.open(
os.path.join(ROOT_DIR, os.path.pardir, "README.rst"),
"r",
encoding="utf-8").read(),
url="https://github.com/ray-project/ray",
keywords=("ray distributed parallel machine-learning "
"reinforcement-learning deep-learning python"),
keywords=("ray distributed parallel machine-learning hyperparameter-tuning"
"reinforcement-learning deep-learning serving python"),
packages=setuptools.find_packages(),
cmdclass={"build_ext": build_ext},
# The BinaryDistribution argument triggers build_ext.