From 10b34efde758886ca7eae76b1417337db3ed6a78 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Fri, 22 Sep 2017 14:02:01 +0200 Subject: [PATCH] Adeded an author for the package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 12a07ab..eb1e606 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,8 @@ setup( url = 'https://gitlab.idiap.ch/bob/bob.bio.gmm', license = 'BSD', - author = '<YourName>', - author_email = '<YourEmail>', + author = 'Andre Anjos', + author_email = 'andre.anjos@idiap.ch', keywords = 'bob, biometric recognition, evaluation', # If you have a better, long description of your package, place it on the -- GitLab