implement setup.py

This commit is contained in:
2022-12-16 23:40:58 +01:00
parent edaa745177
commit 72d780e55c
11 changed files with 132 additions and 5 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
dist/**
*.egg-info
build/**
__pycache__
.idea
MANIFEST