mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
27 lines
521 B
TOML
27 lines
521 B
TOML
|
[project]
|
||
|
name = "kupferbootstrap"
|
||
|
dependencies = [
|
||
|
"click>=8.0.1",
|
||
|
"appdirs>=1.4.4",
|
||
|
"joblib>=1.0.1",
|
||
|
"toml",
|
||
|
"typing_extensions",
|
||
|
"coloredlogs",
|
||
|
"munch",
|
||
|
"requests",
|
||
|
"python-dateutil",
|
||
|
"enlighten",
|
||
|
"PyYAML",
|
||
|
]
|
||
|
dynamic = ["version"]
|
||
|
|
||
|
[project.scripts]
|
||
|
kupferbootstrap = "kupferbootstrap.main:main"
|
||
|
|
||
|
[build-system]
|
||
|
requires = [ "setuptools>=41", "wheel", "setuptools-git-versioning<2", ]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[tool.setuptools-git-versioning]
|
||
|
enabled = true
|