Move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:06:41 -07:00
commit 38fc306644
7 changed files with 64 additions and 70 deletions

3
.gitignore vendored
View file

@ -1,5 +1,5 @@
*.pyc
__pycache__
__pycache__/
*.idea
@ -7,6 +7,7 @@ build/
dist/
*.egg-info/
.mypy_cache/
.pytest_cache/
*.swp
*.swo