Updated url in setup.py

This commit is contained in:
Cédric Bonhomme 2019-10-27 22:05:50 +01:00
parent c5298a8411
commit ab19ea12f2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -39,7 +39,7 @@ setup(
packages=packages, packages=packages,
include_package_data=True, include_package_data=True,
scripts=scripts, scripts=scripts,
url='https://github.com/cedricbonhomme/Stegano', url='https://git.sr.ht/~cedric/Stegano',
description='A pure Python Steganography module.', description='A pure Python Steganography module.',
long_description=readme + '\n\n' + changelog, long_description=readme + '\n\n' + changelog,
platforms = ['Linux'], platforms = ['Linux'],
@ -53,8 +53,8 @@ setup(
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Topic :: Security', 'Topic :: Security',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
] ]
) )