audit-core/pyproject.toml
tegwick be85ce7c43
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Implement durable event ingestion service
2026-08-09 20:59:14 +02:00

19 lines
435 B
TOML

[project]
name = "audit-core"
version = "0.1.0"
description = "Standalone audit fabric interfaces and development backends."
readme = "README.md"
requires-python = ">=3.11"
license = { file = "LICENSE" }
authors = [
{ name = "NetKingdom / Audit Core maintainers" }
]
[project.optional-dependencies]
dev = ["pytest"]
[project.scripts]
audit-core-ingest = "audit_core.ingestion:main"
[tool.pytest.ini_options]
testpaths = ["tests"]