Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pretix public registrations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
Pretix public registrations
Commits
fc1bc2ff
Commit
fc1bc2ff
authored
5 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Better metadata for PyPI
parent
ad781b28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+13
-2
13 additions, 2 deletions
setup.py
with
13 additions
and
2 deletions
setup.py
+
13
−
2
View file @
fc1bc2ff
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment