This repository was archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
49 lines (44 loc) · 1.43 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
49
[metadata]
name = krbcontext
version = 0.10
author = Chenxiong Qi
author_email = [email protected]
description = A Kerberos context manager
long_description = file: README.rst, CHANGELOG.rst
keywords = kerberos, context
license = GPLv3
url = https://github.com/krbcontext/python-krbcontext
python_requires = >=3.6
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Systems Administration
project_urls =
Issue Reports = https://github.com/krbcontext/python-krbcontext/issues
Source = https://github.com/krbcontext/python-krbcontext/
Documentation = https://krbcontext.github.io/
[options]
install_requires =
gssapi
packages=find:
[options.extras_require]
tests = pytest; pytest-cov
[bdist_wheel]
universal = 1
[tool:pytest]
addopts = --cov=krbcontext --cov-report=term --cov-report=html
[coverage:report]
skip_covered = True