[mod] make CHANGELOG lisible on github

This commit is contained in:
Laurent Peuch 2016-02-25 13:17:57 +01:00
parent fd7f3c4420
commit f38e4fe90e
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setup(name='prosopopee',
version='0.2', version='0.2',
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'), long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG.md'),
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(),