From 9617f8c2fdbc26f3de82a0567088618719d36f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 23 Dec 2015 13:30:39 +0100 Subject: [PATCH] Updated link to the HomePage in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 304c021..5619387 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( packages=packages, include_package_data=True, 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.', long_description=readme + '\n\n' + changelog, platforms = ['Linux'],