Skip to content

Commit 6358df1

Browse files
authored
chore(build): Ensure submodules are not packaged (#130)
1 parent 1105d94 commit 6358df1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ source = "vcs"
7272
version-file = "src/fmripost_aroma/_version.py"
7373

7474
[tool.hatch.build.targets.sdist]
75-
exclude = [".git_archival.txt"] # No longer needed in sdist
75+
exclude = [
76+
".git_archival.txt", # No longer needed in sdist
77+
"tests/data/ds000005-fmriprep", # Out of scope for distribution
78+
]
7679

7780
[tool.hatch.build.targets.wheel]
7881
packages = ["src/fmripost_aroma"]

0 commit comments

Comments
 (0)