-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (28 loc) · 831 Bytes
/
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
[metadata]
name = airlock-gateway-rest-client
author = Orlando Tomás
author-email = [email protected]
version = 0.0.1
description = A Python REST client to manage Airlock Gateway configuration.
long_description = file: README.md, LICENSE
license = MIT License
license_files = LICENSE
project_urls=
Bug Reports = https://github.com/orltom/airlock-gateway-client-python/issues
Source = https://github.com/orltom/airlock-gateway-client-python/
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
[build_sphinx]
project = 'Airlock Gateway REST client'
copyright = '2020, Orlando Tomás'
version = 0.1
release = 0.1
source-dir = doc/source
build-dir = build/doc
[aliases]
test=pytest
[tool:pytest]
addopts = -v
testpaths = tests