refactor: retain workflow as optional editor

This commit is contained in:
2026-07-31 16:59:02 +02:00
parent 484ac43352
commit 8fd8753012
33 changed files with 450 additions and 11483 deletions
+5 -2
View File
@@ -5,12 +5,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-workflow"
version = "0.1.14"
description = "Governed process definitions and orchestration contracts for GovOPlaN."
description = "Optional visual authoring and inspection workspace for GovOPlaN Workflow Engine."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.14"]
dependencies = [
"govoplan-core>=0.1.14",
"govoplan-workflow-engine>=0.1.14",
]
[tool.setuptools.packages.find]
where = ["src"]