mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-20 15:27:26 +00:00
19 lines
306 B
TOML
19 lines
306 B
TOML
[build-system]
|
|
requires = [
|
|
"hatchling",
|
|
]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "ahriman-tox-plugins"
|
|
classifiers = [
|
|
"Framework :: tox",
|
|
]
|
|
version = "1"
|
|
|
|
[project.entry-points.tox]
|
|
dynamic-version = "dynamic_version"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["dynamic_version"]
|