refactor: rename issue reporting module to tickets

This commit is contained in:
2026-07-29 15:50:18 +02:00
parent a6db06630c
commit 129cad410c
14 changed files with 326 additions and 111 deletions

View File

@@ -3,9 +3,9 @@ requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-issue-reporting"
name = "govoplan-tickets"
version = "0.1.8"
description = "GovOPlaN Issue Reporting platform module seed."
description = "GovOPlaN Tickets platform module seed."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
@@ -19,7 +19,7 @@ dependencies = [
where = ["src"]
[tool.setuptools.package-data]
govoplan_issue_reporting = ["py.typed"]
govoplan_tickets = ["py.typed"]
[project.entry-points."govoplan.modules"]
issue_reporting = "govoplan_issue_reporting.backend.manifest:get_manifest"
tickets = "govoplan_tickets.backend.manifest:get_manifest"