mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Change full_name to author_name in setup.py
The full name setting does not exist and creates a blank author field in setup.py
This commit is contained in:
parent
e18b4271b6
commit
8491267a41
|
@ -36,6 +36,7 @@ Matt Warren / @mfwarren
|
|||
Martin Blech
|
||||
Andy Rose
|
||||
Andrew Mikhnevich / @zcho
|
||||
Kevin Ndung'u / @kevgathuku
|
||||
|
||||
* Possesses commit rights
|
||||
|
||||
|
|
|
@ -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 New Issue
Block a user