Add mock file audit backend
This commit is contained in:
parent
a3129afa42
commit
afa15cd1b9
9 changed files with 353 additions and 1 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue