From b96f917c71bb6c91908480dbb1d3d8006fc5d5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 16 Feb 2017 10:39:49 +0100 Subject: [PATCH] Added more spaces between the end of the README and the CHANGELOG file. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,