Fix authors.

This commit is contained in:
Bastian Kleineidam 2012-10-11 14:17:45 +02:00
parent 30a64ab1e5
commit e81d804007

View file

@ -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)