importlib resources for default openapi spec
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user