From 060ed846329f252396ee1b6828d360adaccfb211 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 16 Apr 2013 19:52:53 +0200 Subject: [PATCH] Add Tobias to author list. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 80d689692..ac6197f13 100644 --- a/setup.py +++ b/setup.py @@ -407,8 +407,7 @@ args = dict( version = AppVersion, description = 'a comic strip downloader and archiver', keywords = 'comic,webcomic,downloader,archiver', - author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam', - author_email = 'bastian.kleineidam@web.de', + author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam, Tobias Gruetzmacher', maintainer = 'Bastian Kleineidam', maintainer_email = 'bastian.kleineidam@web.de', license = 'MIT',