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,
|
name = AppName,
|
||||||
version = AppVersion,
|
version = AppVersion,
|
||||||
description = 'a powerful webcomic downloader and archiver',
|
description = 'a powerful webcomic downloader and archiver',
|
||||||
author = 'Tristan Seligmann, Jonathan Jacobs',
|
author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam',
|
||||||
maintainer = 'Bastian Kleineidam',
|
maintainer = 'Bastian Kleineidam',
|
||||||
maintainer_email = 'calvin@users.sourceforge.net',
|
maintainer_email = 'calvin@users.sourceforge.net',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
|
@ -188,4 +188,3 @@ args = dict(
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setup(**args)
|
setup(**args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue