campaign sending prototype

This commit is contained in:
2026-06-24 16:20:37 +02:00
parent 44516a03aa
commit ce30b4d054
17 changed files with 1233 additions and 14 deletions

View File

@@ -27,6 +27,9 @@ where = ["src"]
[tool.setuptools.package-data]
govoplan_core = ["py.typed"]
[project.scripts]
govoplan-devserver = "govoplan_core.devserver:main"
[project.entry-points."govoplan.modules"]
access = "govoplan_core.access.manifest:get_manifest"