Exclude evaluations, test, docs, github actions from builds
This commit is contained in:
parent
6f20d9fd6d
commit
f62d3e552b
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue