Skip to content
Snippets Groups Projects
Commit 7190c992 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add Dominik Weitz to authors

parent 7fc8c242
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -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
......
......@@ -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'
......
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment