Skip to content

Commit

Permalink
build: ignore test files also in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
vidstige committed May 26, 2024
1 parent f1f220f commit 8548520
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ source = "vcs"

[tool.hatch.build.targets.wheel]
only-packages = true

[tool.hatch.build.targets.sdist]
exclude = [
".pylintrc",
".gitignore",
".github/workflows/",
"test_data/",
"tests/",
]

0 comments on commit 8548520

Please sign in to comment.