build: move toxfile to tools packages

This commit is contained in:
2026-08-18 01:22:18 +03:00
parent 024b6a014f
commit c640239f8a
4 changed files with 19 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
[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"]