-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (28 loc) · 801 Bytes
/
setup.cfg
File metadata and controls
30 lines (28 loc) · 801 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
[metadata]
name = fourinsight-campaigns
version = attr: fourinsight.campaigns.__version__
licence = MIT
author = 4Subsea
author_email = support@4subsea.com
description = 4insight campaigns
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://4insight.io
project_urls =
Documentation = https://docs.4insight.io/campaigns/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 =
fourinsight-api
pandas
numpy
[options.packages.find]
include = fourinsight.campaigns