feat: 🎉 init project

This commit is contained in:
Philipp Rauch 2021-11-28 11:58:25 +01:00
commit b8b5decc11
41 changed files with 22293 additions and 0 deletions

8
setup.py Normal file
View file

@ -0,0 +1,8 @@
from setuptools import setup
import versioneer
setup(
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
)