File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ artifacts = [
65
65
]
66
66
67
67
[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 }}"
70
70
"./install.json" = " share/jupyter/labextensions/{{ cookiecutter.github_project_name }}"
71
71
"./{{ cookiecutter.github_project_name }}.json" = " etc/jupyter/nbconfig/notebook.d"
72
72
You can’t perform that action at this time.
0 commit comments