importlib resources for default openapi spec

This commit is contained in:
2025-02-23 04:08:55 +00:00
parent bb9e125789
commit 02f8a01f56
3 changed files with 30 additions and 7 deletions

View File

@@ -38,6 +38,14 @@ exclude = [
"!pyproject.toml"
]
[tool.hatch.build.targets.wheel]
packages = ["src/airflow_mcp_server"]
[tool.hatch.build.targets.wheel.sources]
"src/airflow_mcp_server" = [
"*.yaml",
]
[tool.pytest.ini_options]
pythonpath = ["src"]
asyncio_mode = "strict"