Move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:27:12 -07:00
commit cbd484db6a
7 changed files with 52 additions and 56 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