Files
govoplan-tasks/pyproject.toml
T
zemion 39e9c6c2ea
Module Package Release / publish-packages (push) Successful in 12s
docs: complete German structured documentation
2026-08-24 01:15:41 +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.21"
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.18",
"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"