Skip to content

Commit f0dc488

Browse files
authored
Use python_package_name for the nbextension data file
1 parent 4f75457 commit f0dc488

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
data_files_spec = [
50-
('share/jupyter/nbextensions/{{ cookiecutter.npm_package_name }}', '{{ cookiecutter.python_package_name }}/nbextension', '**'),
50+
('share/jupyter/nbextensions/{{ cookiecutter.python_package_name }}', '{{ cookiecutter.python_package_name }}/nbextension', '**'),
5151
('share/jupyter/labextensions/{{ cookiecutter.npm_package_name }}', '{{ cookiecutter.python_package_name }}/labextension', '**'),
5252
('share/jupyter/labextensions/{{ cookiecutter.npm_package_name }}', '.', 'install.json'),
5353
('etc/jupyter/nbconfig/notebook.d', '.', '{{ cookiecutter.npm_package_name }}.json'),

0 commit comments

Comments
 (0)