[fix] missing changelog

This commit is contained in:
Adrien Beudin 2016-04-19 11:37:59 +02:00
parent db53d48531
commit 04aa7e96d6
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
recursive-include themes *
include requirements.txt
include README.md
include docs/changelog.rst

View File

@ -15,7 +15,7 @@ setup(name='prosopopee',
version='0.3.1',
description='exposure.co clone in a static web generating tool',
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',
url='https://github.com/Psycojoker/prosopopee',
install_requires=open("./requirements.txt", "r").read().split(),