diff --git a/CHANGELOG b/CHANGELOG.md similarity index 100% rename from CHANGELOG rename to CHANGELOG.md diff --git a/setup.py b/setup.py index 75747c4..2740485 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='prosopopee', version='0.2', 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'), + long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG.md'), author_email='cortex@worlddomination.be', url='https://github.com/Psycojoker/prosopopee', install_requires=open("./requirements.txt", "r").read().split(),