From e81d804007843a7c52108018848f629caec41653 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 11 Oct 2012 14:17:45 +0200 Subject: [PATCH] Fix authors. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cb4c10103..262f288d6 100644 --- a/setup.py +++ b/setup.py @@ -168,7 +168,7 @@ args = dict( name = AppName, version = AppVersion, description = 'a powerful webcomic downloader and archiver', - author = 'Tristan Seligmann, Jonathan Jacobs', + author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam', maintainer = 'Bastian Kleineidam', maintainer_email = 'calvin@users.sourceforge.net', license = 'MIT', @@ -188,4 +188,3 @@ args = dict( if __name__ == '__main__': setup(**args) -