Updated link to the HomePage in setup.py.

This commit is contained in:
Cédric Bonhomme 2015-12-23 13:30:39 +01:00
parent a0aea7f573
commit 9617f8c2fd
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

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