Skip to content

Commit 0a1f0ab

Browse files
committed
chore: Exclude test data directory from wheel
1 parent f28f532 commit 0a1f0ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ exclude = [".git_archival.txt"] # No longer needed in sdist
9999

100100
[tool.hatch.build.targets.wheel]
101101
packages = ["sdcflows"]
102-
# exclude = [
103-
# "sdcflows/tests/data", # Large test data directory
104-
# ]
102+
exclude = [
103+
"sdcflows/tests/data", # Large test data directory
104+
]
105105

106106
## The following two sections configure setuptools_scm in the hatch way
107107

0 commit comments

Comments
 (0)