Skip to content

Commit

Permalink
Only include docprovider and docprovider-extension in sdist (#282)
Browse files Browse the repository at this point in the history
This should reduce the sdist size for `jupyter-docprovider`
  • Loading branch information
krassowski authored Apr 16, 2024
1 parent de97d35 commit a3b4984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/jupyter-docprovider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ artifacts = ["jupyter_docprovider/labextension"]
exclude = ["/.github", "/binder", "node_modules"]

[tool.hatch.build.targets.sdist.force-include]
"../../packages" = "packages"
"../../packages/docprovider" = "packages/docprovider"
"../../packages/docprovider-extension" = "packages/docprovider-extension"

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

0 comments on commit a3b4984

Please sign in to comment.