Prepare PyPI deployment

This commit is contained in:
Yohann D'ANELLO
2020-11-19 02:30:29 +01:00
parent d0ee9ec562
commit a7afc0c577
2 changed files with 49 additions and 0 deletions

6
.gitignore vendored
View File

@ -8,6 +8,12 @@ venv/
.pytest_cache/
__pycache__
*.pyc
# Ignore build data
build/
dist/
*.egg-info/
# Don't commit settings
settings.json