This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-services"
|
name = "govoplan-services"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
description = "Versioned institutional service definitions for GovOPlaN."
|
description = "Versioned institutional service definitions for GovOPlaN."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = ["govoplan-core>=0.1.16"]
|
dependencies = ["govoplan-core>=0.1.17"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""GovOPlaN Services module."""
|
"""GovOPlaN Services module."""
|
||||||
|
|
||||||
__version__ = "0.1.16"
|
__version__ = "0.1.17"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ from govoplan_services.backend.service import RegistryServiceAvailabilityEvaluat
|
|||||||
|
|
||||||
MODULE_ID = "services"
|
MODULE_ID = "services"
|
||||||
MODULE_NAME = "Services"
|
MODULE_NAME = "Services"
|
||||||
MODULE_VERSION = "0.1.16"
|
MODULE_VERSION = "0.1.17"
|
||||||
READ_SCOPE = "services:definition:read"
|
READ_SCOPE = "services:definition:read"
|
||||||
WRITE_SCOPE = "services:definition:write"
|
WRITE_SCOPE = "services:definition:write"
|
||||||
ADMIN_SCOPE = "services:definition:admin"
|
ADMIN_SCOPE = "services:definition:admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user