We never pulled in our README as the PyPI facing long_description

Fixes #74
This commit is contained in:
Jeff Forcier 2018-04-27 09:57:52 -07:00
parent aa4a794086
commit 36e55b444c

View file

@ -12,6 +12,7 @@ setup(
name='releases',
version=version,
description='A Sphinx extension for changelog manipulation',
long_description=open("README.rst").read(),
author='Jeff Forcier',
author_email='jeff@bitprophet.org',
url='https://github.com/bitprophet/releases',