fix(manifest): normalize runtime module id

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent 36bbc97695
commit 0046284b95
4 changed files with 8 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ where = ["src"]
govoplan_forms_runtime = ["py.typed"]
[project.entry-points."govoplan.modules"]
"forms-runtime" = "govoplan_forms_runtime.backend.manifest:get_manifest"
forms_runtime = "govoplan_forms_runtime.backend.manifest:get_manifest"