Skip to content

Commit

Permalink
fix: removed entry_point as it's already specified in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzlerch committed Sep 28, 2023
1 parent 47a5204 commit 21e32eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
from setuptools import setup


setup(
entry_points="""
[pretix.plugin]
pretix_manualseats=pretix_manualseats:PretixPluginMeta
"""
)
setup()

0 comments on commit 21e32eb

Please sign in to comment.