Files
govoplan-committee/pyproject.toml
T
zemion 96c48a7f2d
Module Package Release / publish-packages (push) Successful in 13s
refactor(committee): reuse exact Core actor selection contract
Release v0.1.22. Coordinated integrity review: GovOPlaN/govoplan-core#298.
2026-09-08 12:19:37 +02:00

26 lines
649 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-committee"
version = "0.1.22"
description = "GovOPlaN committee governance and formal-decision integration module."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.46",
"govoplan-access>=0.1.18",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_committee = ["py.typed"]
[project.entry-points."govoplan.modules"]
"committee" = "govoplan_committee.backend.manifest:get_manifest"