-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (28 loc) · 1.07 KB
/
Copy pathpyproject.toml
File metadata and controls
33 lines (28 loc) · 1.07 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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
include = ["**/*.py","**/*.pkl"]
[project]
name = "cmtools"
version = "2.2.3.6"
changes= "CHANGES.md"
authors = [
{ name="Dr. Eros Montin, PhD", email="eros.montin@gmail.com" },
]
description = "Utils "
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["pygrappa","matplotlib","scipy","Pillow","sphinx", "sphinx_rtd_theme","raider_eros_montin @ git+https://github.com/erosmontin/raider.git","pynico_eros_montin @ git+https://github.com/erosmontin/pynico.git@v2","pyable_eros_montin @ git+https://github.com/erosmontin/pyable.git@v2","requests","boto3"]
[project.urls]
"Homepage" = "https://github.com/erosmontin/cloudmr-tools"
"Bug Tracker" = "https://github.com/erosmontin/cloudmr-tools/issues"
[tool.setuptools.dynamic]
version = {attr = "cmtools.__version__"}