Switch to pyproject.toml style setuptools config

This commit is contained in:
Joscha 2022-08-21 14:24:05 +02:00
parent 74caea4e92
commit 37c4ba703a
4 changed files with 13 additions and 30 deletions

14
.gitignore vendored
View file

@ -1,12 +1,4 @@
# python stuff
__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# mypy stuff
.mypy_cache/
*.egg-info/
/.mypy_cache/
/.venv/