Skip to content

Commit d435615

Browse files
authored
Merge pull request #98 from kylebarron/kyle/fix-name
Fix name of top-level JSON install file?
2 parents 75d3476 + ca8d788 commit d435615

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
@@ -50,7 +50,7 @@
5050
('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'),
53-
('etc/jupyter/nbconfig/notebook.d', '.', '{{ cookiecutter.npm_package_name }}.json'),
53+
('etc/jupyter/nbconfig/notebook.d', '.', '{{ cookiecutter.python_package_name }}.json'),
5454
]
5555

5656

0 commit comments

Comments
 (0)