Skip to content

Commit 57fab47

Browse files
authored
Fix shared data (#21)
1 parent 82fa2f2 commit 57fab47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ artifacts = ["jupyterlite_javascript_kernel/labextension"]
3636
exclude = [".github", "binder"]
3737

3838
[tool.hatch.build.targets.wheel.shared-data]
39-
"jupyterlite_javascript_kernel/labextension" = "share/jupyter/labextensions/@jupyterlite/javascript-kernel"
40-
"install.json" = "share/jupyter/labextensions/@jupyterlite/javascript-kernel/install.json"
39+
"jupyterlite_javascript_kernel/labextension" = "share/jupyter/labextensions/@jupyterlite/javascript-kernel-extension"
40+
"install.json" = "share/jupyter/labextensions/@jupyterlite/javascript-kernel-extension/install.json"
4141

4242
[tool.hatch.build.hooks.version]
4343
path = "jupyterlite_javascript_kernel/_version.py"

0 commit comments

Comments
 (0)