feat(fit-connect): govern inbound acknowledgement plans
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-23 17:53:23 +02:00
parent 8f7c57403e
commit ded8509ae7
10 changed files with 1323 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-fit-connect"
version = "0.1.19"
description = "GovOPlaN FIT-Connect inbound receipt and acknowledgement connector."
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_fit_connect = ["py.typed"]
[project.entry-points."govoplan.modules"]
fit_connect = "govoplan_fit_connect.backend.manifest:get_manifest"
[tool.pytest.ini_options]
pythonpath = ["src"]
[tool.ruff]
line-length = 100
target-version = "py312"