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

View file

@ -1,15 +1,3 @@
# python stuff
__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# bot stuff
#
# These files are ignored because they may contain sensitive information you
# wouldn't want in your repo. If you need to have a config file in your repo,
# store a bot.conf.default with default settings.