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 45b9ede commit 108ab75Copy full SHA for 108ab75
pyproject.toml
@@ -44,8 +44,8 @@ source = "nodejs"
44
fields = ["description", "authors", "urls"]
45
46
[tool.hatch.build.targets.sdist]
47
-artifacts = ["/jupyterlab_lego_boost/labextension"]
48
-exclude = ["/.github", "/binder", "node_modules"]
+artifacts = ["jupyterlab_lego_boost/labextension"]
+exclude = [".github", "binder", "node_modules"]
49
50
[tool.hatch.build.targets.wheel.shared-data]
51
"jupyterlab_lego_boost/labextension" = "share/jupyter/labextensions/jupyterlab-lego-boost"
0 commit comments