From 7190c992698076bb7429aa63ab2a4fce95eefa24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Sun, 23 Jun 2019 13:03:22 +0200
Subject: [PATCH] Add Dominik Weitz to authors

---
 LICENSE                                 | 2 +-
 README.rst                              | 2 +-
 pretix_public_registrations/__init__.py | 2 +-
 setup.py                                | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE
index b562e08..4140ce2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 
-Copyright 2019 Felix Schäfer
+Copyright 2019 Felix Schäfer, Dominik Weitz
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/README.rst b/README.rst
index 42de4d5..0afaa94 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,7 @@ License
 -------
 
 
-Copyright 2019 Felix Schäfer
+Copyright 2019 Felix Schäfer, Dominik Weitz
 
 Released under the terms of the Apache License 2.0
 
diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py
index 2ab199f..f88154e 100644
--- a/pretix_public_registrations/__init__.py
+++ b/pretix_public_registrations/__init__.py
@@ -11,7 +11,7 @@ class PluginApp(PluginConfig):
 
     class PretixPluginMeta:
         name = ugettext_lazy('Pretix public registrations')
-        author = 'Felix Schäfer'
+        author = 'Felix Schäfer, Dominik Weitz'
         description = ugettext_lazy('This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.')
         visible = True
         version = '1.0.0'
diff --git a/setup.py b/setup.py
index 516ccce..a7501ea 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,8 @@ setup(
     description='This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.',
     long_description=long_description,
     url='git@gitlab.fachschaften.org:kifev/pretix-public-registrations.git',
-    author='Felix Schäfer',
-    author_email='felix@kif.rocks',
+    author='Felix Schäfer, Dominik Weitz',
+    author_email='admin@kif.rocks',
     license='Apache Software License',
 
     install_requires=['django-gravatar2'],
-- 
GitLab