mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-08 07:45:01 +01:00
update setup.py
This commit is contained in:
parent
149a548610
commit
82e43172c3
1 changed files with 9 additions and 8 deletions
17
setup.py
17
setup.py
|
|
@ -20,6 +20,7 @@ setup(
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Environment :: X11 Applications :: Qt',
|
'Environment :: X11 Applications :: Qt',
|
||||||
'Environment :: Win32 (MS Windows)',
|
'Environment :: Win32 (MS Windows)',
|
||||||
|
'Environment :: MacOS X',
|
||||||
'Topic :: System :: Archiving :: Backup',
|
'Topic :: System :: Archiving :: Backup',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
|
||||||
|
|
@ -33,7 +34,7 @@ setup(
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
|
|
||||||
'Programming Language :: Python'
|
'Programming Language :: Python',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
],
|
],
|
||||||
|
|
@ -49,13 +50,13 @@ setup(
|
||||||
|
|
||||||
python_requires='>=3.7, <4',
|
python_requires='>=3.7, <4',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'protobuf',
|
"protobuf",
|
||||||
'qrcode',
|
"qrcode",
|
||||||
'Pillow',
|
"Pillow",
|
||||||
'qreader',
|
"qreader",
|
||||||
'pyzbar',
|
"pyzbar",
|
||||||
'opencv-python',
|
"opencv-python",
|
||||||
'typing_extensions' # PYTHON < 3.11: add types
|
"typing_extensions;python_version<='3.7'"
|
||||||
],
|
],
|
||||||
|
|
||||||
project_urls={
|
project_urls={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue