This commit is contained in:
+2
-2
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-workflow-engine"
|
name = "govoplan-workflow-engine"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
description = "Headless, versioned workflow definition and execution engine for GovOPlaN."
|
description = "Headless, versioned workflow definition and execution engine for GovOPlaN."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.16"]
|
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.17"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""Headless GovOPlaN Workflow Engine module."""
|
"""Headless GovOPlaN Workflow Engine module."""
|
||||||
|
|
||||||
__version__ = "0.1.16"
|
__version__ = "0.1.17"
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ from govoplan_workflow_engine.backend.service_launcher import (
|
|||||||
|
|
||||||
MODULE_ID = "workflow_engine"
|
MODULE_ID = "workflow_engine"
|
||||||
MODULE_NAME = "Workflow Engine"
|
MODULE_NAME = "Workflow Engine"
|
||||||
MODULE_VERSION = "0.1.16"
|
MODULE_VERSION = "0.1.17"
|
||||||
|
|
||||||
DEFINITION_READ_SCOPE = "workflow:definition:read"
|
DEFINITION_READ_SCOPE = "workflow:definition:read"
|
||||||
DEFINITION_WRITE_SCOPE = "workflow:definition:write"
|
DEFINITION_WRITE_SCOPE = "workflow:definition:write"
|
||||||
|
|||||||
Reference in New Issue
Block a user