1
0
Fork 0

[build] Migrate to pyproject.toml and hatchling

Authored by: bashonly
This commit is contained in:
bashonly 2024-02-11 15:13:03 +01:00 committed by Simon Sawicki
commit 775cde82dc
No known key found for this signature in database
8 changed files with 130 additions and 157 deletions

View file

@ -1,7 +1,3 @@
[wheel]
universal = true
[flake8]
exclude = build,venv,.tox,.git,.pytest_cache
ignore = E402,E501,E731,E741,W503