Skip to content

Commit bdb3a89

Browse files
committed
dont include uneeded files in package build
1 parent 773b13a commit bdb3a89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ source = "vcs"
3838
version-file = "src/ms_stim_analysis/_version.py"
3939

4040
[tool.hatch.build.targets.sdist]
41-
exclude = [".git_archival.txt"]
41+
exclude = [".git_archival.txt",
42+
"*.ipynb",
43+
"notebooks/*",
44+
"populators/*",
45+
"_api.txt",
46+
"examples/*",]
4247

4348
[tool.hatch.build.targets.wheel]
4449
packages = ["src/ms_stim_analysis"]

0 commit comments

Comments
 (0)