Initial commit

This commit is contained in:
Jonathan Sundqvist
2021-07-03 12:59:04 +02:00
commit 85e947acc8
4 changed files with 88 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# setup.py
from setuptools import setup
setup(use_scm_version=True)