From 1fa158e806c6ce680f484ad0c23a8e2c20c30a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 6 Oct 2015 08:11:01 +0200 Subject: [PATCH] Cosmethic changes for PyPI. --- MANIFEST.in | 3 --- README.md | 3 +++ setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 26db107..fc787ff 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,6 @@ #documentation recursive-include docs * -#example files -recursive-include examples * - # binary files recursive-include bin * diff --git a/README.md b/README.md index b7d6b4d..b475960 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ Examples There are some examples in the folder *examples*. + $ hg clone https://bitbucket.org/cedricbonhomme/stegano + $ cd stegano/examples + Turorial -------- diff --git a/setup.py b/setup.py index cd5319b..304c021 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( scripts=['bin/slsb', 'bin/slsb-set', 'bin/steganalysis-parity'], url='https://bitbucket.org/cedricbonhomme/stegano', description='A Python Steganography module.', - long_description=readme + changelog, + long_description=readme + '\n\n' + changelog, platforms = ['Linux'], license='GPLv3', install_requires=requires,