mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 13:43:35 +00:00
Update setup.cfg (#1474)
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = GAM for Google Workspace
|
name = GAM for Google Workspace
|
||||||
version = 6.0.7
|
version = 6.0.14
|
||||||
description = Command line management for Google Workspaces
|
description = Command line management for Google Workspaces
|
||||||
long_description = file: readme.md
|
long_description = file: readme.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
url = https://github.com/jay0lee/GAM
|
url = https://github.com/GAM-team/GAM
|
||||||
author = Jay Lee
|
author = Jay Lee
|
||||||
author_email = jay0lee@gmail.com
|
author_email = jay0lee@gmail.com
|
||||||
license = Apache
|
license = Apache
|
||||||
@ -13,26 +13,26 @@ keywords = google, oauth2, gsuite, google-apps, google-admin-sdk, google-drive,
|
|||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
License :: OSI Approved :: Apache License
|
License :: OSI Approved :: Apache License
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.6
|
python_requires = >= 3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
cryptography
|
cryptography
|
||||||
distro; sys_platform == 'linux'
|
distro; sys_platform == 'linux'
|
||||||
filelock
|
filelock
|
||||||
google-api-python-client >= 2.1
|
google-api-python-client >= 2.36
|
||||||
google-auth-httplib2
|
google-auth-httplib2
|
||||||
google-auth-oauthlib >= 0.4.1
|
google-auth-oauthlib >= 0.4.6
|
||||||
google-auth >= 1.11.2
|
google-auth >= 2.3.3
|
||||||
httplib2 >= 0.17.0
|
httplib2 >= 0.20.2
|
||||||
importlib.metadata; python_version < '3.8'
|
importlib.metadata; python_version < '3.8'
|
||||||
passlib >= 1.7.2
|
passlib >= 1.7.4
|
||||||
python-dateutil
|
python-dateutil
|
||||||
yubikey-manager >= 4.0.0
|
yubikey-manager >= 4.0.0
|
||||||
pathvalidate
|
pathvalidate
|
||||||
|
Reference in New Issue
Block a user