-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (35 loc) · 1.28 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
[metadata]
name = aarc_g002_entitlement
summary = Parse and compare entitlements according to the AARC-G002 recommendation (https://aarc-community.org/guidelines/aarc-g002)
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Marcus Hardt
author-email = [email protected]
home-page = https://github.com/kit-scc/aarc-g002-entitlement
project_urls =
Bug Tracker = https://github.com/kit-scc/aarc-g002-entitlement/issues
Documentation = https://aarc-g002-entitlement.readthedocs.io/en/latest/
license = MIT
license_file = LICENSE
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: System :: Systems Administration
Topic :: System :: Systems Administration :: Authentication/Directory
Topic :: Utilities
[bdist_wheel]
universal = 1
[files]
packages =
aarc_g002_entitlement