mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
We never pulled in our README as the PyPI facing long_description
Fixes #74
This commit is contained in:
parent
aa4a794086
commit
36e55b444c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue