Skip to content

Commit a3b4984

Browse files
authored
Only include docprovider and docprovider-extension in sdist (#282)
This should reduce the sdist size for `jupyter-docprovider`
1 parent de97d35 commit a3b4984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/jupyter-docprovider/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ artifacts = ["jupyter_docprovider/labextension"]
4545
exclude = ["/.github", "/binder", "node_modules"]
4646

4747
[tool.hatch.build.targets.sdist.force-include]
48-
"../../packages" = "packages"
48+
"../../packages/docprovider" = "packages/docprovider"
49+
"../../packages/docprovider-extension" = "packages/docprovider-extension"
4950

5051
[tool.hatch.build.targets.wheel.shared-data]
5152
"jupyter_docprovider/labextension" = "share/jupyter/labextensions/@jupyter/docprovider-extension"

0 commit comments

Comments
 (0)