refactor: retain workflow as optional editor
This commit is contained in:
+5
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user