whitehat-security/pyproject.toml
tegwick beab2a04d1 Build authorization-gated tenancy evidence harness
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0260c-4067-7052-9647-ad000d576e38
2026-08-21 23:53:27 +02:00

19 lines
416 B
TOML

[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"]