feat: switch from setup.cfg to pyproject.toml + hatchling

This commit is contained in:
Lance Edgar 2024-06-10 16:23:38 -05:00
parent dd58c640fa
commit 1402d437b5
6 changed files with 122 additions and 132 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*~
*.pyc
.coverage
.tox/
dist/