Files
govoplan-soap/pyproject.toml

24 lines
516 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-soap"
version = "0.1.7"
description = "SOAP connector module for GovOPlaN"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"govoplan-core>=0.1.7",
"pydantic>=2,<3",
]
[project.entry-points."govoplan.modules"]
soap = "govoplan_soap.backend.manifest:get_manifest"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_soap = ["py.typed"]