Added more spaces between the end of the README and the CHANGELOG file.

This commit is contained in:
Cédric Bonhomme 2017-02-16 10:39:49 +01:00
parent 2011f197cd
commit b96f917c71
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -44,7 +44,7 @@ setup(
scripts=scripts, scripts=scripts,
url='https://github.com/cedricbonhomme/Stegano', url='https://github.com/cedricbonhomme/Stegano',
description='A Python Steganography module.', description='A Python Steganography module.',
long_description=readme + '\n|\n|\n|\n' + changelog, long_description=readme + '\n|\n\n' + changelog,
platforms = ['Linux'], platforms = ['Linux'],
license='GPLv3', license='GPLv3',
install_requires=requires, install_requires=requires,