From 8491267a41be9b0fd7be5f26f2f05d2feacdc9ee Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Mon, 9 Feb 2015 14:07:18 +0300 Subject: [PATCH] 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 --- CONTRIBUTORS.txt | 1 + {{cookiecutter.repo_name}}/setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 4f04c54fb..0d99b2d63 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -36,6 +36,7 @@ Matt Warren / @mfwarren Martin Blech Andy Rose Andrew Mikhnevich / @zcho +Kevin Ndung'u / @kevgathuku * Possesses commit rights diff --git a/{{cookiecutter.repo_name}}/setup.py b/{{cookiecutter.repo_name}}/setup.py index 8a7a51b54..085fc9cfc 100644 --- a/{{cookiecutter.repo_name}}/setup.py +++ b/{{cookiecutter.repo_name}}/setup.py @@ -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 }}',