Initial package

This commit is contained in:
Daniel Uvehag
2022-04-20 12:35:01 +02:00
commit 581fd63e02
2 changed files with 87 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from os import environ
from setuptools import setup
setup(version=environ.get('VERSION', None))