Set a more pleasant default project_name

Related to issue #167
This commit is contained in:
Kevin Ndung'u 2015-02-09 15:47:42 +03:00
parent e18b4271b6
commit b59257a3a8

View File

@ -1,5 +1,5 @@
{
"project_name": "project_name is the title of the project.",
"project_name": "project_name",
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
"author_name": "Your Name",
"email": "Your email",