We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f9ba3 commit efcc568Copy full SHA for efcc568
1 file changed
pyproject.toml
@@ -36,3 +36,9 @@ documentation = "https://wfdb.readthedocs.io/"
36
[tool.black]
37
line-length = 80
38
target-version = ['py37']
39
+
40
+[tool.hatch.build.targets.sdist]
41
+exclude = [
42
+ "/tests",
43
+ "/sample-data",
44
+]
0 commit comments