Skip to content

Commit 090e741

Browse files
committed
Fix jupyterlab extension path
1 parent 973c39c commit 090e741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ exclude = [
125125
]
126126
127127
[tool.hatch.build.targets.wheel.shared-data]
128-
"{{module}}/labextension" = "share/jupyter/labextensions/{{module}}"
129-
"{{module}}/extension/install.json" = "share/jupyter/labextensions/{{module}}/install.json"
128+
"{{module}}/labextension" = "share/jupyter/labextensions/{{project_name_formatted}}"
129+
"{{module}}/extension/install.json" = "share/jupyter/labextensions/{{project_name_formatted}}/install.json"
130130
"{{module}}/extension/{{module}}.json" = "etc/jupyter/jupyter_server_config.d/{{module}}.json"
131131
132132
[tool.hatch.build.hooks.hatch-js]

0 commit comments

Comments
 (0)