-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (42 loc) · 1.14 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
license_file = LICENSE
name = keyrings.google-artifactregistry-auth
version = 1.1.2
author = Megan Kuo
author_email = [email protected]
description = Keyring backend for Google Auth tokens
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/GoogleCloudPlatform/artifact-registry-python-tools
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.6
install_requires =
keyring
google-auth
requests
pluggy
setup_requires = setuptools_scm[toml] >= 3.4.1
[options.extras_require]
tox = tox
testing =
# upstream
pytest >= 3.5, !=3.7.3
pytest-checkdocs >= 1.2.3
pytest-flake8
pytest-black >= 0.3.7; python_implementation != "PyPy"
pytest-cov
pytest-mypy; python_implementation != "PyPy"
# local
[options.entry_points]
keyring.backends =
Google Auth = keyrings.gauth
tox =
tox_bootstrap = google_artifactregistry_auth.tox_bootstrap