-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (54 loc) · 1.5 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
[metadata]
name = disruptive
version = attr: disruptive.__version__
description = Disruptive Technologies Python API.
long_description_content_type = text/markdown
long_description = file: README.md
author = Disruptive Technologies Research AS
author_email = [email protected]
url = https://github.com/disruptive-technologies/disruptive-python
project_urls =
Documentation=https://developer.disruptive-technologies.com/api/libraries/python/
Developers Page=https://developer.disruptive-technologies.com/docs/
keywords =
disruptive
technologies
dt
rest
api
license_file = LICENSE
classifiers =
Natural Language :: English
License :: OSI Approved :: MIT License
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: OS Independent
[options]
python_requires = >=3.9
install_requires =
requests >= 2.19.0, < 3.0.0
include-package-data = True
packages = find:
[options.package_data]
disruptive = py.typed
[options.packages.find]
exclude =
tests
tests.*
[options.extras_require]
dev =
setuptools>=75.1.0
wheel>=0.44.0
pytest>=8.3.3
pytest-mock>=3.14.0
pytest-cov>=5.0.0
mypy>=1.11.2
flake8>=7.1.1
extra =
pandas >= 2.0.0, < 3.0.0
polars >= 1.0.0, < 2.0.0