Files
govoplan-tenancy/pyproject.toml
2026-07-11 16:49:04 +02:00

24 lines
541 B
TOML

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