Exclude evaluations, test, docs, github actions from builds

This commit is contained in:
Yiorgis Gozadinos 2025-09-29 22:14:49 +03:00
parent 6f20d9fd6d
commit f62d3e552b
No known key found for this signature in database

View file

@ -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"]