merge-requests/19/merge
Bob Mottram 2021-02-16 11:09:17 +00:00
commit 871fdc355f
1 changed files with 6 additions and 0 deletions

6
setup.py 100644
View File

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