[doc] add CHANGELOG to pypi
This commit is contained in:
parent
6942de1700
commit
d0e64d4c62
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(name='prosopopee',
|
|||||||
version='0.1',
|
version='0.1',
|
||||||
description='exposure.co clone in a static web generating tool',
|
description='exposure.co clone in a static web generating tool',
|
||||||
author='Laurent Peuch',
|
author='Laurent Peuch',
|
||||||
long_description=read_md('README.md'),
|
long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG'),
|
||||||
author_email='cortex@worlddomination.be',
|
author_email='cortex@worlddomination.be',
|
||||||
url='https://github.com/Psycojoker/prosopopee',
|
url='https://github.com/Psycojoker/prosopopee',
|
||||||
install_requires=open("./requirements.txt", "r").read().split(),
|
install_requires=open("./requirements.txt", "r").read().split(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user