From 98179edc93725cbb5383c86cffca0bf7898829c0 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 5 Feb 2012 23:42:29 +0100 Subject: [PATCH] I'm now the maintainer of packaging --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8f01359b..efecf1b1 100755 --- a/setup.py +++ b/setup.py @@ -190,8 +190,8 @@ setup( description='Weboob, Web Out Of Browsers', author='Romain Bignon', author_email='weboob@weboob.org', - maintainer='Christophe Benz', - maintainer_email='christophe.benz@gmail.com', + maintainer='Romain Bignon', + maintainer_email='romain@weboob.org', license='AGPLv3+', url='http://www.weboob.org', packages=packages,