mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-18 17:21:08 +00:00
fix issue #178
This commit is contained in:
parent
d740440861
commit
b2938581d9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ version = {{ cookiecutter.repo_name }}.__version__
|
|||
setup(
|
||||
name='{{ cookiecutter.project_name }}',
|
||||
version=version,
|
||||
author="{{ cookiecutter.full_name }}",
|
||||
author="{{ cookiecutter.author_name }}",
|
||||
author_email='{{ cookiecutter.email }}',
|
||||
packages=[
|
||||
'{{ cookiecutter.repo_name }}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue