aotuai / brainframe-python

🧠🖼️🐍 A Python wrapper around the BrainFrame REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add README.rst to Pypi page

apockill opened this issue · comments

https://github.com/aotuai/brainframe_python/blob/3918ad7117871d3afca7ae8d587b629cd292aeb2/setup.py#L3

A way to do this is in the setup.py::setup function, you can add
long_description=open("README.rst").read(),