add lots of boilerplate python packaging code
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in 20s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
2024-11-10 11:33:37 -07:00
parent d75a420a10
commit 9190bed853
6 changed files with 287 additions and 0 deletions

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[flake8]
exclude = **/*__init__.py,.venv/*,tox/*,build/*,dist/*
ignore = C901,E203,E731,W503
max-line-length = 120