Files
govoplan-dist-lists/pyproject.toml
T
zemion 5e85c9fc02
Module Package Release / publish-packages (push) Successful in 12s
docs(dist-lists): complete German reference coverage
2026-08-23 19:31:21 +02:00

24 lines
594 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-dist-lists"
version = "0.1.19"
description = "GovOPlaN operational distribution lists and governed audience expansion."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.18",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_dist_lists = ["py.typed"]
[project.entry-points."govoplan.modules"]
dist_lists = "govoplan_dist_lists.backend.manifest:get_manifest"