diff --git a/cookiecutter.json b/cookiecutter.json index cf3ad39..5ad9f05 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,6 +1,6 @@ { "project_name": "project_name", - "repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}", + "repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}", "author_name": "Your name (or your organization/company/team)", "description": "A short description of the project.", "year": "2016",