Cosmethic changes for PyPI.

This commit is contained in:
Cédric Bonhomme 2015-10-06 08:11:01 +02:00
parent c9a3c7605c
commit 1fa158e806
3 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,6 @@
#documentation
recursive-include docs *
#example files
recursive-include examples *
# binary files
recursive-include bin *

View file

@ -41,6 +41,9 @@ Examples
There are some examples in the folder *examples*.
$ hg clone https://bitbucket.org/cedricbonhomme/stegano
$ cd stegano/examples
Turorial
--------

View file

@ -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,