From 7ea1512c10b9e8e2b77933080cc3ea08f191ab56 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Wed, 26 Nov 2014 19:04:14 -0200 Subject: [PATCH] setup.py: Change author and email Making justice to all our contributors, change this silly instance of myself as the author of the whole thing. Sorry about that. Signed-off-by: Lucas Meneghel Rodrigues --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1f1af6a4..c40885dc 100755 --- a/setup.py +++ b/setup.py @@ -88,8 +88,8 @@ def get_requirements(): setup(name='avocado', version=avocado.version.VERSION, description='Avocado Test Framework', - author='Lucas Meneghel Rodrigues', - author_email='lmr@redhat.com', + author='Avocado Developers', + author_email='avocado-devel@redhat.com', url='http://github.com/avocado-framework/avocado', packages=['avocado', 'avocado.cli', -- GitLab