-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (43 loc) · 953 Bytes
/
setup.cfg
File metadata and controls
48 lines (43 loc) · 953 Bytes
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 = 3scale-api
version = 0.35.2
description = 3scale API python client
author = Peter Stanko
author_email = stanko@mail.muni.cz
maintainer = Matej Dujava
maintainer_email = mdujava@redhat.com
url = https://github.com/3scale-qe/3scale-api-python
license = Apache-2.0
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Operating System :: OS Independent
Intended Audience :: Developers
Topic :: Utilities
Programming Language :: Python :: 3
[options]
packages = find:
include_package_data = True
install_requires =
requests
backoff
[options.packages.find]
exclude = tests
[options.extras_require]
dev =
coverage
flake8
mypy
pylint
pytest
python-dotenv
responses
docs = sphinx
[flake8]
max-line-length = 120
ignore = E203,W503
[mypy]
ignore_missing_imports = True
check_untyped_defs = true
local_partial_types = true