Files
govoplan-notifications/pyproject.toml
2026-07-14 13:22:11 +02:00

24 lines
580 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-notifications"
version = "0.1.8"
description = "GovOPlaN notification inbox and delivery 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_notifications = ["py.typed"]
[project.entry-points."govoplan.modules"]
notifications = "govoplan_notifications.backend.manifest:get_manifest"