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 = [
7272
7373[tool .hatch .build .targets .wheel .shared-data ]
7474"{{ 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"
7777"./{{ cookiecutter.python_package_name }}.json" = " etc/jupyter/nbconfig/notebook.d/{{ cookiecutter.python_package_name }}.json"
7878
7979[tool .hatch .build .targets .sdist ]
You can’t perform that action at this time.
0 commit comments