add packaging files

This commit is contained in:
Jean-Marie Mineau 2021-10-05 20:25:11 +02:00
parent ec66aa40de
commit f544d8eef9
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
5 changed files with 27 additions and 3 deletions

5
setup.py Normal file
View file

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