Skip to content

Commit 0754296

Browse files
committed
adjust shared-data metadata
1 parent 4095313 commit 0754296

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
@@ -65,8 +65,8 @@ artifacts = [
6565
]
6666

6767
[tool.hatch.build.targets.wheel.shared-data]
68-
"{{ cookiecutter.github_project_name }}/nbextension/**" = "share/jupyter/nbextensions/{{ cookiecutter.github_project_name }}"
69-
"{{ cookiecutter.github_project_name }}/labextension/**" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
68+
"{{ cookiecutter.github_project_name }}/nbextension" = "share/jupyter/nbextensions/{{ cookiecutter.github_project_name }}"
69+
"{{ cookiecutter.github_project_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
7070
"./install.json" = "share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
7171
"./{{ cookiecutter.github_project_name }}.json" = "etc/jupyter/nbconfig/notebook.d"
7272

0 commit comments

Comments
 (0)