diff --git a/LICENSE b/LICENSE index b562e08d0fea24595d78d0bf006852ac3c782919..4140ce27296a77503946bb76ad527b8dda6d6d2f 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 42de4d5c39ec3e85af7f43a4d5bda6068778e2f0..0afaa9498303d16aec0468c8621485455fd99606 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 2ab199f47f3aacd55cba7c7aa23d9da80a353a2b..f88154e14feba6cc1abb1be3728e199760e119cd 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 516ccce0768ac214394e3160afb43fb026b6ec41..a7501ea717ca1ad9aa60b3d1817467bd4a60ce8d 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'],