-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (31 loc) · 879 Bytes
/
setup.cfg
File metadata and controls
34 lines (31 loc) · 879 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
[metadata]
name = fourinsight-api
version = attr: fourinsight.api.__version__
licence = MIT
author = 4Subsea
author_email = support@4subsea.com
description = 4Insight Python API
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://4insight.io
project_urls =
Documentation = https://docs.4insight.io/api/python/latest/
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
zip_safe = False
packages = find_namespace:
python_requires = >=3.11
install_requires =
oauthlib
requests-oauthlib
importlib_resources
sphinxcontrib-video
[options.packages.find]
include = fourinsight.api
[options.package_data]
fourinsight.api = _constants.json