mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated url in setup.py
This commit is contained in:
parent
c5298a8411
commit
ab19ea12f2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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+)'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue