generated from coulomb/repo-seed
17 lines
368 B
TOML
17 lines
368 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"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|