blob: 3be722fe88fb8b9586e202a77c1798750c7a204b [file]
[project]
name = "asfmetrics"
version = "0.1.0"
description = "Apache Community Development project metrics dashboard"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27",
"jinja2>=3.1",
"pyyaml>=6.0",
]
[project.scripts]
asfmetrics = "asfmetrics.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/asfmetrics"]
[tool.pytest.ini_options]
testpaths = ["tests"]