diff --git a/nibabel/py.typed b/nibabel/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/pyproject.toml b/pyproject.toml index 83556a6b8..f944f8e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,11 @@ typing = [ 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"]