Initialize GovOPlaN SOAP connector
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user