Create setup.py

This commit is contained in:
H Lohaus 2023-11-11 09:45:47 +01:00 committed by GitHub
parent 8b52d08f35
commit 0f350166ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
setup.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
import setuptools
if __name__ == "__main__":
setuptools.setup()