Files
govoplan-portal/pyproject.toml
T
zemion 63a64328ae
Module Package Release / publish-packages (push) Successful in 12s
Release v0.1.16
2026-08-05 19:52:12 +02:00

22 lines
555 B
TOML

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