diff --git a/setup.py b/setup.py index 3e096a8..b024da8 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,4 @@ from setuptools import setup -setup( - entry_points=""" -[pretix.plugin] -pretix_manualseats=pretix_manualseats:PretixPluginMeta -""" -) +setup()