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
-1
View File
@@ -70,7 +70,6 @@ exclude = [
"/conftest.py",
"/github-logo.png",
"/tox.toml",
"/toxfile.py",
"/web.png",
]
+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"]
+1
View File
@@ -3,6 +3,7 @@ env_list = [
"tests",
]
requires = [
"ahriman-tox-plugins @ file://{tox_root}/tools/tox_plugins",
"tox-uv",
]
labels.release = [