mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated link to the HomePage in setup.py.
This commit is contained in:
parent
a0aea7f573
commit
9617f8c2fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ setup(
|
||||||
packages=packages,
|
packages=packages,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
scripts=['bin/slsb', 'bin/slsb-set', 'bin/steganalysis-parity'],
|
scripts=['bin/slsb', 'bin/slsb-set', 'bin/steganalysis-parity'],
|
||||||
url='https://bitbucket.org/cedricbonhomme/stegano',
|
url='https://github.com/cedricbonhomme/Stegano',
|
||||||
description='A Python Steganography module.',
|
description='A Python Steganography module.',
|
||||||
long_description=readme + '\n\n' + changelog,
|
long_description=readme + '\n\n' + changelog,
|
||||||
platforms = ['Linux'],
|
platforms = ['Linux'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue