-
Notifications
You must be signed in to change notification settings - Fork 43
/
setup.cfg
80 lines (74 loc) · 1.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Unless explicitly stated otherwise all files in this repository are licensed
# under the 3-clause BSD style license (see LICENSE).
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2019 Datadog, Inc.
[metadata]
name = datadog-api-client
description = Collection of all Datadog Public endpoints
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
openapi
api
client
openapi-generator
datadog
author = Datadog, Inc.
author_email = [email protected]
url = https://github.com/DataDog/datadog-api-client-python
license = BSD
platforms = any
classifiers=
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Bug Tracker = https://github.com/DataDog/datadog-api-client-python/issues
Documentation = https://docs.datadoghq.com/api/
Source Code = https://github.com/DataDog/datadog-api-client-python
[options]
packages = find:
package_dir=
=src
include_package_data = True
python_requires = >=3.7
install_requires =
urllib3>=1.15
certifi
python-dateutil
typing-extensions>=4.0.0
setup_requires =
setuptools>=30.3.0
setuptools_scm
[options.extras_require]
apm =
ddtrace>=1.15.0
async =
aiosonic==0.15.1
zstandard =
zstandard
tests =
aiosonic==0.15.1
glom
jinja2
pytest<8.0.0
pytest-bdd==6.0.1
pytest-asyncio
pytest-randomly
pytest-recording
python-dateutil
mypy
types-python-dateutil
urllib3<2.3.0
zstandard
[options.packages.find]
exclude = tests
where=src
[options.package_data]
datadog_api_client = py.typed
[tool:pytest]
# addopts = --black --cov=datadog_api_client --cov-config .coveragerc --cov-report=term-missing