-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (47 loc) · 1.32 KB
/
Copy pathsetup.cfg
File metadata and controls
51 lines (47 loc) · 1.32 KB
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
[metadata]
name = kanopy-ai
version = attr: kanopy._version.__version__
description = Python SDK for the Kanopy infrastructure inspection API
long_description = file: README.md
long_description_content_type = text/markdown
author = Kanopy AI, Inc.
license = Apache-2.0
license_files =
LICENSE
NOTICE
url = https://github.com/KanopyAI/kanopy-python
project_urls =
Documentation = https://github.com/KanopyAI/kanopy-python#readme
Source = https://github.com/KanopyAI/kanopy-python
Issues = https://github.com/KanopyAI/kanopy-python/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Typing :: Typed
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
install_requires =
httpx>=0.27,<1
reportlab>=4,<5
typing_extensions>=4.0
include_package_data = True
[options.packages.find]
where = src
[options.package_data]
kanopy = py.typed
[options.extras_require]
dev =
build>=1.2
pytest>=8
ruff==0.16.1