Files
govoplan-tasks/pyproject.toml
T
zemion 5c186b565e
Module Package Release / publish-packages (push) Successful in 12s
feat: promote work to a stable product destination
2026-08-24 17:58:22 +02:00

25 lines
587 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-tasks"
version = "0.1.22"
description = "Governed work items and unified work inbox for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.44",
"govoplan-access>=0.1.18",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_tasks = ["py.typed"]
[project.entry-points."govoplan.modules"]
tasks = "govoplan_tasks.backend.manifest:get_manifest"