diff --git a/pyproject.toml b/pyproject.toml index 67ddddc5..09727f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,9 @@ haiku-rag = "haiku.rag.cli:cli" requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.build] +exclude = ["/docs", "/evaluations", "/tests", "/.github"] + [tool.hatch.build.targets.wheel] packages = ["src/haiku"]