In release/setup.py, instead of using a hardwired string for the package description in setuptools' setup() (which also ends up being the description used on PyPI), we should use the content of the README.md file. This is what we do for other projects, and would make the PyPI page more informative.
In
release/setup.py, instead of using a hardwired string for the package description in setuptools'setup()(which also ends up being the description used on PyPI), we should use the content of theREADME.mdfile. This is what we do for other projects, and would make the PyPI page more informative.