From ab19ea12f2d3d77f227c26e449632b558a294a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 22:05:50 +0100 Subject: [PATCH] Updated url in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3821fd1..87d908b 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( packages=packages, include_package_data=True, scripts=scripts, - url='https://github.com/cedricbonhomme/Stegano', + url='https://git.sr.ht/~cedric/Stegano', description='A pure Python Steganography module.', long_description=readme + '\n\n' + changelog, platforms = ['Linux'], @@ -53,8 +53,8 @@ setup( 'Intended Audience :: Science/Research', 'Topic :: Security', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ] )