We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8ee0 commit 08e4256Copy full SHA for 08e4256
pyproject.toml
@@ -84,7 +84,11 @@ typing = [
84
zstd = ["pyzstd >= 0.14.3"]
85
86
[tool.hatch.build.targets.sdist]
87
-exclude = [".git_archival.txt"]
+exclude = [
88
+ ".git_archival.txt",
89
+ # Submodules with large files; if we don't want them in the repo...
90
+ "nibabel-data/",
91
+]
92
93
[tool.hatch.build.targets.wheel]
94
packages = ["nibabel", "nisext"]
0 commit comments