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:
Kevin Ndung'u 2015-02-09 14:07:18 +03:00
parent e18b4271b6
commit 8491267a41
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Matt Warren / @mfwarren
Martin Blech
Andy Rose
Andrew Mikhnevich / @zcho
Kevin Ndung'u / @kevgathuku
* Possesses commit rights

View File

@ -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 }}',