[fix] missing changelog
This commit is contained in:
parent
db53d48531
commit
04aa7e96d6
@ -1,2 +1,4 @@
|
|||||||
recursive-include themes *
|
recursive-include themes *
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
|
include README.md
|
||||||
|
include docs/changelog.rst
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(name='prosopopee',
|
|||||||
version='0.3.1',
|
version='0.3.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') + "\n\n\n" + read_md('CHANGELOG.md'),
|
long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),
|
||||||
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