mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-05 22:34:57 +01:00
fix: update python_requires to support Python 3.9 and above
This commit is contained in:
parent
3040965d79
commit
e0dac0fd99
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = extract_otp_secrets
|
||||
|
||||
[options]
|
||||
python_requires = >=3.8, <4
|
||||
python_requires = >=3.9, <4
|
||||
py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2
|
||||
package_dir =
|
||||
=src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue