feat(dms): add dvelop d3 integration profile
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-23 10:58:06 +02:00
parent 76c2fbd654
commit 7c689b6939
10 changed files with 1003 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-dms"
version = "0.1.19"
description = "GovOPlaN document-management integration module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.37",
"govoplan-access>=0.1.18",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_dms = ["py.typed"]
[project.entry-points."govoplan.modules"]
dms = "govoplan_dms.backend.manifest:get_manifest"
[tool.pytest.ini_options]
pythonpath = ["src"]
[tool.ruff]
line-length = 100
target-version = "py312"