1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-09 09:28:17 +00:00

apparently, you need a boilerplate setup.py to publish to pypi

This commit is contained in:
Franzi 2023-10-10 16:16:15 +02:00
parent af4e3408db
commit 25d8be0397
Signed by: kunsi
GPG key ID: 12E3D2136B818350

3
setup.py Normal file
View file

@ -0,0 +1,3 @@
from setuptools import setup
setup()