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 @@ -67,8 +67,8 @@ artifacts = [
67
67
[tool .hatch .build .targets .wheel .shared-data ]
68
68
"{{ cookiecutter.github_project_name }}/nbextension" = " share/jupyter/nbextensions/{{ cookiecutter.github_project_name }}"
69
69
"{{ 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 "
72
72
73
73
[tool .hatch .build .targets .sdist ]
74
74
exclude = [
You can’t perform that action at this time.
0 commit comments