From 6319773cb9b6cfc09a22f0c4ec7b4d9a064c6cde Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 11 Oct 2012 12:03:46 +0200 Subject: [PATCH] Use maintainer info. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b194a4dc0..cb4c10103 100644 --- a/setup.py +++ b/setup.py @@ -168,8 +168,7 @@ args = dict( name = AppName, version = AppVersion, description = 'a powerful webcomic downloader and archiver', - author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam', - author_email = 'calvin@users.sourceforge.net', + author = 'Tristan Seligmann, Jonathan Jacobs', maintainer = 'Bastian Kleineidam', maintainer_email = 'calvin@users.sourceforge.net', license = 'MIT',