Skip to content

Commit eb0fe2f

Browse files
authored
fix: javascript error for project with hyphen
1 parent 1f61d39 commit eb0fe2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.github_project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ artifacts = [
7272

7373
[tool.hatch.build.targets.wheel.shared-data]
7474
"{{ cookiecutter.python_package_name }}/nbextension" = "share/jupyter/nbextensions/{{ cookiecutter.python_package_name }}"
75-
"{{ cookiecutter.python_package_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.python_package_name }}"
76-
"./install.json" = "share/jupyter/labextensions/{{ cookiecutter.python_package_name }}/install.json"
75+
"{{ cookiecutter.python_package_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.npm_package_name }}"
76+
"./install.json" = "share/jupyter/labextensions/{{ cookiecutter.npm_package_name }}/install.json"
7777
"./{{ cookiecutter.python_package_name }}.json" = "etc/jupyter/nbconfig/notebook.d/{{ cookiecutter.python_package_name }}.json"
7878

7979
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)