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:
Robert Nishihara
2018-12-19 18:41:09 -08:00
committed by Philipp Moritz
parent 132a23354e
commit a5309bec7c
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -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(),