Fix default email

This commit is contained in:
Nikita P. Shupeyko 2018-03-04 15:27:12 +03:00
parent fe6fe1cc76
commit e3103d5f05

View File

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