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

Better metadata for PyPI

parent ad781b28
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,22 @@ setup(
version='1.3.1',
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',
keywords="pretix public registrations",
url="https://gitlab.fachschaften.org/kif/pretix-public-registrations",
project_urls={
"Bug Tracker": 'https://gitlab.fachschaften.org/kif/pretix-public-registrations/issues',
"Source Code": 'https://gitlab.fachschaften.org/kif/pretix-public-registrations/tree/master',
},
author='Felix Schäfer, Dominik Weitz',
author_email='admin@kif.rocks',
license='MIT License',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
"Framework :: Django",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3"
],
install_requires=['django-gravatar2'],
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
......
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