fix(manifest): normalize runtime module id

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent 587991dcfb
commit 05c3a2257a
4 changed files with 8 additions and 6 deletions

View File

@@ -22,4 +22,4 @@ where = ["src"]
govoplan_risk_compliance = ["py.typed"]
[project.entry-points."govoplan.modules"]
"risk-compliance" = "govoplan_risk_compliance.backend.manifest:get_manifest"
risk_compliance = "govoplan_risk_compliance.backend.manifest:get_manifest"