mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-17 16:21:07 +00:00
19 lines
320 B
TOML
19 lines
320 B
TOML
[build-system]
|
|
requires = [
|
|
"hatchling",
|
|
]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "ahriman-pytest-plugins"
|
|
classifiers = [
|
|
"Framework :: Pytest",
|
|
]
|
|
version = "1"
|
|
|
|
[project.entry-points.pytest11]
|
|
ahriman-fixtures = "ahriman_fixtures"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["ahriman_fixtures"]
|