mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 04:30:30 +08:00
Make README render properly on PyPI. (#3578)
* Make README render properly in pypi. * Add small logo * temporary fix * smaller image * Remove image size. * Add author and email to setup.py.
This commit is contained in:
committed by
Philipp Moritz
parent
132a23354e
commit
a5309bec7c
@@ -154,6 +154,8 @@ if sys.version_info < (3, 0):
|
||||
setup(
|
||||
name="ray",
|
||||
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."),
|
||||
long_description=open("../README.rst").read(),
|
||||
|
||||
Reference in New Issue
Block a user