Skip to content

Commit f3e80c5

Browse files
authored
Merge pull request #1196 from effigies/mnt/pytyped
MNT: Add py.typed to package
2 parents fc49243 + 08e4256 commit f3e80c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

nibabel/py.typed

Whitespace-only changes.

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)