mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-11 17:30:54 +01:00
fix: update python_requires to support Python 3.9 and above
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name = extract_otp_secrets
|
name = extract_otp_secrets
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
python_requires = >=3.8, <4
|
python_requires = >=3.9, <4
|
||||||
py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2
|
py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2
|
||||||
package_dir =
|
package_dir =
|
||||||
=src
|
=src
|
||||||
|
|||||||
Reference in New Issue
Block a user