Skip to content

Commit aa107fb

Browse files
fix: missing python_package_import_name
1 parent 82db5d6 commit aa107fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookiecutter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"github_username": "pythoninthegrass",
55
"project_name": "Minimum Viable Python",
66
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
7+
"python_package_import_name": "{{ cookiecutter.project_slug }}",
78
"project_short_description": "mvp contains all the boilerplate you need to create a Python repo.",
89
"pypi_username": "{{ cookiecutter.github_username }}",
910
"version": "0.1.0",

0 commit comments

Comments
 (0)