mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Cosmethic changes for PyPI.
This commit is contained in:
parent
c9a3c7605c
commit
1fa158e806
3 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
#documentation
|
||||
recursive-include docs *
|
||||
|
||||
#example files
|
||||
recursive-include examples *
|
||||
|
||||
# binary files
|
||||
recursive-include bin *
|
||||
|
||||
|
|
|
@ -41,6 +41,9 @@ Examples
|
|||
|
||||
There are some examples in the folder *examples*.
|
||||
|
||||
$ hg clone https://bitbucket.org/cedricbonhomme/stegano
|
||||
$ cd stegano/examples
|
||||
|
||||
|
||||
Turorial
|
||||
--------
|
||||
|
|
2
setup.py
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue