From 21e32eba26b9380e1dc009f8378042bb7ab6b428 Mon Sep 17 00:00:00 2001 From: Moritz Lerch Date: Thu, 28 Sep 2023 21:42:39 +0200 Subject: [PATCH] fix: removed entry_point as it's already specified in pyproject.toml --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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()