-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
48 lines (43 loc) · 1.52 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
47
48
[metadata]
name = liboidcagent
version = 0.6.0
summary =
description = A python library for requesting OpenID Connect access tokens from oidc-agent.
long_description = file: README.md
long_description_content_type = text/markdown
readme = README.md
author = Gabriel Zachmann
author_email = [email protected]
url = https://github.com/indigo-dc/liboidc-agent-py
project_urls =
Source = https://github.com/indigo-dc/liboidc-agent-py
Bug Tracker = https://github.com/indigo-dc/liboidc-agent-py/issues
Documentation = https://indigo-dc.gitbooks.io/oidc-agent/api-py.html
license = MIT
license_files = LICENSE
classifier =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: Unix
Topic :: System :: Systems Administration :: Authentication/Directory
Topic :: Utilities
Topic :: Security
Topic :: Software Development :: Libraries
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
Environment :: Console
Natural Language :: English
[options]
install_requires =
PyNaCl>=1.2.0
packages = find: