mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-20 15:27:26 +00:00
build: move toxfile to tools packages
This commit is contained in:
@@ -70,7 +70,6 @@ exclude = [
|
|||||||
"/conftest.py",
|
"/conftest.py",
|
||||||
"/github-logo.png",
|
"/github-logo.png",
|
||||||
"/tox.toml",
|
"/tox.toml",
|
||||||
"/toxfile.py",
|
|
||||||
"/web.png",
|
"/web.png",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -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"]
|
||||||
Reference in New Issue
Block a user