This commit is contained in:
+2
-2
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-evaluation"
|
name = "govoplan-evaluation"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
description = "GovOPlaN structured evaluation, feedback, scoring, and survey module seed."
|
description = "GovOPlaN structured evaluation, feedback, scoring, and survey module seed."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"govoplan-core>=0.1.16",
|
"govoplan-core>=0.1.17",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
__all__ = ["__version__"]
|
__all__ = ["__version__"]
|
||||||
|
|
||||||
__version__ = "0.1.16"
|
__version__ = "0.1.17"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture
|
|||||||
|
|
||||||
MODULE_ID = "evaluation"
|
MODULE_ID = "evaluation"
|
||||||
MODULE_NAME = "Evaluation"
|
MODULE_NAME = "Evaluation"
|
||||||
MODULE_VERSION = "0.1.16"
|
MODULE_VERSION = "0.1.17"
|
||||||
READ_SCOPE = "evaluation:evaluation:read"
|
READ_SCOPE = "evaluation:evaluation:read"
|
||||||
WRITE_SCOPE = "evaluation:evaluation:write"
|
WRITE_SCOPE = "evaluation:evaluation:write"
|
||||||
ADMIN_SCOPE = "evaluation:evaluation:admin"
|
ADMIN_SCOPE = "evaluation:evaluation:admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user