We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82db5d6 commit aa107fbCopy full SHA for aa107fb
cookiecutter.json
@@ -4,6 +4,7 @@
4
"github_username": "pythoninthegrass",
5
"project_name": "Minimum Viable Python",
6
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
7
+ "python_package_import_name": "{{ cookiecutter.project_slug }}",
8
"project_short_description": "mvp contains all the boilerplate you need to create a Python repo.",
9
"pypi_username": "{{ cookiecutter.github_username }}",
10
"version": "0.1.0",
0 commit comments