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 @@ -72,8 +72,8 @@ artifacts = [
72
72
73
73
[tool .hatch .build .targets .wheel .shared-data ]
74
74
"{{ 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"
77
77
"./{{ cookiecutter.python_package_name }}.json" = " etc/jupyter/nbconfig/notebook.d/{{ cookiecutter.python_package_name }}.json"
78
78
79
79
[tool .hatch .build .targets .sdist ]
You can’t perform that action at this time.
0 commit comments