add setup.py correct

This commit is contained in:
nicolalandro
2021-11-13 15:18:04 +01:00
parent c87ba04e63
commit b10edb55eb
8 changed files with 39 additions and 5 deletions

10
.gitignore vendored
View File

@ -1,5 +1,11 @@
__pycache__
venv
.idea
venv
__pycache__
.pyc
.coverage
MANIFEST
dist
build