fix(manifest): normalize runtime module id

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent 245a571c60
commit a6db06630c
5 changed files with 11 additions and 9 deletions

View File

@@ -22,4 +22,4 @@ where = ["src"]
govoplan_issue_reporting = ["py.typed"]
[project.entry-points."govoplan.modules"]
"issue-reporting" = "govoplan_issue_reporting.backend.manifest:get_manifest"
issue_reporting = "govoplan_issue_reporting.backend.manifest:get_manifest"