[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"