added setup.py

This commit is contained in:
Michael Clemens 2022-05-20 17:29:19 +02:00
parent f2df7f3fec
commit 210288b692
1 changed files with 3 additions and 0 deletions

3
setup.py Normal file
View File

@ -0,0 +1,3 @@
from setuptools import setup
if __name__ == '__main__':
setup()