diff --git a/setup.py b/setup.py index b4caad7..4aa15f7 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( scripts=scripts, url='https://github.com/cedricbonhomme/Stegano', description='A Python Steganography module.', - long_description=readme + '\n|\n|\n|\n' + changelog, + long_description=readme + '\n|\n\n' + changelog, platforms = ['Linux'], license='GPLv3', install_requires=requires,