Corrected 'repo_name' so it's not on my personal branch

This commit is contained in:
Daniel Greenfeld 2015-01-13 08:39:10 -08:00
parent b54309c48f
commit 32bee30d6a
59 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
"project_name": "project_name is the title of the project.", "project_name": "project_name is the title of the project.",
"repo_name": "{{ cookiecutter.project_name|lower|replace(' ', '-') }}", "repo_name": "{{ cookiecutter.repo_name|replace(' ', '_') }}",
"package_name": "{{ cookiecutter.repo_name|replace('-', '') }}",
"author_name": "Your Name", "author_name": "Your Name",
"email": "Your email", "email": "Your email",
"description": "A short description of the project.", "description": "A short description of the project.",