Update cookiecutter.json

This commit is contained in:
Daniel Greenfeld 2013-08-16 12:54:14 +02:00
parent c9437cacc3
commit 242228a80d

View File

@ -1,4 +1,6 @@
{
"project_name": "project_name",
"repo_name":"repo_name"
}
"repo_name":"repo_name",
"author_name": "Your Name",
"description": "A short description of the project."
}