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
1 changed files with 3 additions and 0 deletions

3
setup.py Normal file
View File

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