Files
govoplan-facilities/pyproject.toml
T
zemion 049533d34a
Module Package Release / publish-packages (push) Successful in 10s
Release v0.1.15
2026-08-04 15:10:19 +02:00

26 lines
625 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-facilities"
version = "0.1.15"
description = "GovOPlaN Facilities platform module seed."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.15",
"govoplan-access>=0.1.15",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_facilities = ["py.typed"]
[project.entry-points."govoplan.modules"]
"facilities" = "govoplan_facilities.backend.manifest:get_manifest"