-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 840 Bytes
/
pyproject.toml
File metadata and controls
27 lines (25 loc) · 840 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
[project]
name = "datamaxi"
version = "0.26.3"
authors = [
{ name="Bisonai", email="business@bisonai.com" },
]
description = "Official Python SDK for DataMaxi+ API"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Financial and Insurance Industry",
"License :: OSI Approved :: MIT License",
"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",
]
dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements/common.txt"]}
[project.urls]
Homepage = "https://github.com/bisonai/datamaxi-python"
Issues = "https://github.com/bisonai/datamaxi-python/issues"