Skip to content

Commit

Permalink
Exclude tests and sample-data
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Oct 15, 2024
1 parent 86f9ba3 commit efcc568
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ documentation = "https://wfdb.readthedocs.io/"
[tool.black]
line-length = 80
target-version = ['py37']

[tool.hatch.build.targets.sdist]
exclude = [
"/tests",
"/sample-data",
]

0 comments on commit efcc568

Please sign in to comment.