refactor: rename issue reporting module to tickets
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user