summaryrefslogtreecommitdiffstats
path: root/peekaboo/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'peekaboo/__init__.py')
-rw-r--r--peekaboo/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/peekaboo/__init__.py b/peekaboo/__init__.py
index 19e9e3e..9c3e4ba 100644
--- a/peekaboo/__init__.py
+++ b/peekaboo/__init__.py
@@ -26,10 +26,9 @@
VERSION = (1, 6, 2)
-AUTHORS = ['Felix Bauer', 'Sebastian Deiss']
__version__ = '.'.join(map(str, VERSION))
-__author__ = ', '.join(AUTHORS)
+__author__ = 'Felix Bauer'
__description__ = 'Peekaboo Extended Email Attachment Behavior Observation Owl'
__copyright__ = 'Copyright (C) 2016-2019 science + computing ag. All rights reserved.'
__license__ = 'GPLv3'