Skip to content

Commit 08e4256

Browse files
committed
MNT: Ignore nibabel-data when building sdists
1 parent 3cb8ee0 commit 08e4256

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ typing = [
8484
zstd = ["pyzstd >= 0.14.3"]
8585

8686
[tool.hatch.build.targets.sdist]
87-
exclude = [".git_archival.txt"]
87+
exclude = [
88+
".git_archival.txt",
89+
# Submodules with large files; if we don't want them in the repo...
90+
"nibabel-data/",
91+
]
8892

8993
[tool.hatch.build.targets.wheel]
9094
packages = ["nibabel", "nisext"]

0 commit comments

Comments
 (0)