idea139-opendeployment-quil.../pyproject.toml

17 lines
489 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "idea139-opendeployment-quilt-federated"
version = "0.1.0"
description = "Federated, consent-based CI/CD observability primitives and adapters (reference implementation)"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [ {name = "OpenCode Agent"} ]
dependencies = ["pydantic>=1.10.0"]
[tool.setuptools.packages.find]
where = ["src"]