Fix inadvertently changed author_name

This commit is contained in:
Nikita P. Shupeyko 2018-05-13 15:09:11 +03:00
parent be1024cd06
commit fe110ddd5f

View File

@ -2,7 +2,7 @@
"project_name": "My Awesome Project",
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
"description": "Behold My Awesome Project!",
"author_name": "{{ cookiecutter.project_slug }}",
"author_name": "Daniel Roy Greenfeld",
"domain_name": "example.com",
"email": "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@example.com",
"version": "0.1.0",