Skip to content

Commit

Permalink
chore: Exclude unnecessary directories from sdist build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-Seki committed Oct 7, 2024
1 parent 376c7d4 commit 4577d98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ eval_suite = "eval_suite.cli:main"

[tool.hatch.version]
source = "vcs"

[tool.hatch.build.targets.sdist]
exclude = [".github", "/docs", "/page", "demo.ipynb"]

0 comments on commit 4577d98

Please sign in to comment.