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,