19 lines
579 B
TOML
19 lines
579 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea138_guardrailops_federated_verifiable"
|
|
version = "0.1.0"
|
|
description = "Prototype of federated, verifiable incident response orchestration across multi-cloud and on-prem environments. MVP with delta-based offline replay and governance ledger."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
authors = [ { name = "OpenCode" } ]
|
|
license = { text = "MIT" }
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com/guardrailops"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|