Skip to content

Commit 53c6770

Browse files
committed
Edited pyproject to build jupyterlab-visualpython package correctly
1 parent 4eb4096 commit 53c6770

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jupyterlab/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ source = "nodejs"
3232
fields = ["description", "authors", "urls"]
3333

3434
[tool.hatch.build.targets.sdist]
35+
ignore-vcs = true
3536
artifacts = ["jupyterlab-visualpython/labextension"]
3637
exclude = [".github", "binder", "build.jupyterlab.sh", "dev-build.jupyterlab.sh"]
3738

39+
[tool.hatch.build.targets.wheel]
40+
only-include = ["jupyterlab-visualpython", "lib", "install.json"]
41+
3842
[tool.hatch.build.targets.wheel.shared-data]
3943
"jupyterlab-visualpython/labextension" = "share/jupyter/labextensions/jupyterlab-visualpython"
4044
"install.json" = "share/jupyter/labextensions/jupyterlab-visualpython/install.json"

0 commit comments

Comments
 (0)