whitehat-security/pyproject.toml

20 lines
416 B
TOML
Raw Permalink Normal View History

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "whitehat-security"
version = "0.1.0"
description = "Authorization-gated adversarial tenancy evidence harness"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "Proprietary" }
[project.scripts]
whitehat = "whitehat_security.cli:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]