From d0e64d4c626c86aff28fcae833264376b53230a1 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 23 Feb 2016 07:01:06 +0100 Subject: [PATCH] [doc] add CHANGELOG to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27e6a73..b1787d9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='prosopopee', version='0.1', description='exposure.co clone in a static web generating tool', 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', url='https://github.com/Psycojoker/prosopopee', install_requires=open("./requirements.txt", "r").read().split(),