We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b13a commit bdb3a89Copy full SHA for bdb3a89
pyproject.toml
@@ -38,7 +38,12 @@ source = "vcs"
38
version-file = "src/ms_stim_analysis/_version.py"
39
40
[tool.hatch.build.targets.sdist]
41
-exclude = [".git_archival.txt"]
+exclude = [".git_archival.txt",
42
+ "*.ipynb",
43
+ "notebooks/*",
44
+ "populators/*",
45
+ "_api.txt",
46
+ "examples/*",]
47
48
[tool.hatch.build.targets.wheel]
49
packages = ["src/ms_stim_analysis"]
0 commit comments