Fix authors.
This commit is contained in:
parent
30a64ab1e5
commit
e81d804007
1 changed files with 1 additions and 2 deletions
3
setup.py
3
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue