Skip to content

Commit

Permalink
MNT: Ignore nibabel-data when building sdists
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Feb 12, 2023
1 parent 91cf8d6 commit 6464fb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ typing = ["mypy", "pytest", "types-setuptools", "types-Pillow", "pydicom"]
zstd = ["pyzstd >= 0.14.3"]

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

[tool.hatch.build.targets.wheel]
packages = ["nibabel", "nisext"]
Expand Down

0 comments on commit 6464fb4

Please sign in to comment.