Skip to content

Commit efcc568

Browse files
committed
Exclude tests and sample-data
1 parent 86f9ba3 commit efcc568

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ documentation = "https://wfdb.readthedocs.io/"
3636
[tool.black]
3737
line-length = 80
3838
target-version = ['py37']
39+
40+
[tool.hatch.build.targets.sdist]
41+
exclude = [
42+
"/tests",
43+
"/sample-data",
44+
]

0 commit comments

Comments
 (0)