Files
ahriman/tools/pytest_plugins/pyproject.toml
T

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"]