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 973c39c commit 090e741Copy full SHA for 090e741
jupyter/pyproject.toml.jinja
@@ -125,8 +125,8 @@ exclude = [
125
]
126
127
[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"
+"{{module}}/labextension" = "share/jupyter/labextensions/{{project_name_formatted}}"
+"{{module}}/extension/install.json" = "share/jupyter/labextensions/{{project_name_formatted}}/install.json"
130
"{{module}}/extension/{{module}}.json" = "etc/jupyter/jupyter_server_config.d/{{module}}.json"
131
132
[tool.hatch.build.hooks.hatch-js]
0 commit comments