Skip to content

Commit bc2b2e8

Browse files
committed
fix install metadata
1 parent 0754296 commit bc2b2e8

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
@@ -67,8 +67,8 @@ artifacts = [
6767
[tool.hatch.build.targets.wheel.shared-data]
6868
"{{ cookiecutter.github_project_name }}/nbextension" = "share/jupyter/nbextensions/{{ cookiecutter.github_project_name }}"
6969
"{{ cookiecutter.github_project_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
70-
"./install.json" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
71-
"./{{ cookiecutter.github_project_name }}.json" = "etc/jupyter/nbconfig/notebook.d"
70+
"./install.json" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}/install.json"
71+
"./{{ cookiecutter.github_project_name }}.json" = "etc/jupyter/nbconfig/notebook.d/{{ cookiecutter.github_project_name }}.json"
7272

7373
[tool.hatch.build.targets.sdist]
7474
exclude = [

0 commit comments

Comments
 (0)