Skip to content

Commit 7d8b830

Browse files
committed
fix cookiecutter.json
1 parent 67aa94c commit 7d8b830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"email": "nullhack@users.noreply.github.com",
44
"github_username": "nullhack",
55
"project_name": "My Python Project",
6-
"package_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_').replace('project', 'module') }}",
6+
"package_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_').replace('project', 'package') }}",
77
"module_name": "{{ cookiecutter.package_name.lower().replace(' ', '_').replace('-', '_').replace('package', 'module') }}",
88
"project_short_description": "Python Project with some awesome tools to quickstart any Python project.",
99
"version": "0.1.0",

0 commit comments

Comments
 (0)