Files
govoplan-templates/pyproject.toml
T

24 lines
588 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-templates"
version = "0.1.14"
description = "GovOPlaN typed template library and deterministic printable rendering."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.14",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_templates = ["py.typed"]
[project.entry-points."govoplan.modules"]
templates = "govoplan_templates.backend.manifest:get_manifest"