-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
49 lines (42 loc) · 1.33 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 = dlrnapi_client
summary = Client for DLRN REST API
project_urls =
Bug Tracker = https://github.com/softwarefactory-project/dlrnapi_client/issues
Source Code = https://github.com/softwarefactory-project/dlrnapi_client
description-file =
README.rst
long-description-content-type = text/x-rst; charset=UTF-8
author = OpenStack
author-email = jpena@redhat.com
home-page = http://www.rdoproject.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
dlrnapi_client
[options]
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
[options.extras_require]
kerberos =
gssapi
[entry_points]
console_scripts =
dlrnapi = dlrnapi_client.shell:main
[wheel]
universal = 1
[tool:pytest]
addopts = --cov=dlrnapi_client --cov-report term-missing:skip-covered --cov-report xml
junit_suite_name = molecule_test_suite
norecursedirs = dist doc build .tox .eggs
testpaths = test/