[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"] # Production serving. Without this the entrypoint falls back to a threaded # wsgiref server, which is bounded but not a production server (AUDIT-WP-0004-T06). serve = ["waitress>=3.0"] [project.scripts] audit-core-ingest = "audit_core.ingestion:main" [tool.pytest.ini_options] testpaths = ["tests"]