mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20: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
|
Martin Blech
|
||||||
Andy Rose
|
Andy Rose
|
||||||
Andrew Mikhnevich / @zcho
|
Andrew Mikhnevich / @zcho
|
||||||
|
Kevin Ndung'u / @kevgathuku
|
||||||
|
|
||||||
* Possesses commit rights
|
* Possesses commit rights
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ version = {{ cookiecutter.repo_name }}.__version__
|
||||||
setup(
|
setup(
|
||||||
name='{{ cookiecutter.project_name }}',
|
name='{{ cookiecutter.project_name }}',
|
||||||
version=version,
|
version=version,
|
||||||
author='{{ cookiecutter.full_name }}',
|
author="{{ cookiecutter.author_name }}",
|
||||||
author_email='{{ cookiecutter.email }}',
|
author_email='{{ cookiecutter.email }}',
|
||||||
packages=[
|
packages=[
|
||||||
'{{ cookiecutter.repo_name }}',
|
'{{ cookiecutter.repo_name }}',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user