Skip to content

Commit 6fa02e0

Browse files
authored
Python package name
A package name with dashes in invalid in Python!
1 parent 0aa620e commit 6fa02e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author_email": "",
44
"github_project_name": "jupyter-widget-example",
55
"github_organization_name": "",
6-
"python_package_name": "{{ cookiecutter.github_project_name }}",
6+
"python_package_name": "jupyter_widget_example",
77
"npm_package_name": "{{ cookiecutter.github_project_name }}",
88
"npm_package_version": "0.1.0",
99
"project_short_description": "A Custom Jupyter Widget Library"

0 commit comments

Comments
 (0)