From a2284fadc0a3e1255f90e3e520f084a7776e6a55 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Fri, 14 Feb 2025 12:08:56 +0000 Subject: [PATCH] exclude tests --- airflow-mcp-server/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/airflow-mcp-server/pyproject.toml b/airflow-mcp-server/pyproject.toml index c3514ef..25e6098 100644 --- a/airflow-mcp-server/pyproject.toml +++ b/airflow-mcp-server/pyproject.toml @@ -31,6 +31,13 @@ dev = [ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.build.targets.sdist] +exclude = [ + "*", + "!src/**", + "!pyproject.toml" +] + [tool.pytest.ini_options] pythonpath = ["src"] asyncio_mode = "strict"