3
0
Fork 0

feat: replace setup.cfg with pyproject.toml

also move canonical version to pyproject.toml

still using setuptools as build backend for now
This commit is contained in:
Lance Edgar 2024-06-10 13:29:22 -05:00
parent ba1905b7ad
commit 8a1ec6210c
5 changed files with 76 additions and 86 deletions

3
.gitignore vendored
View file

@ -1,4 +1,7 @@
*~
*.pyc
.coverage
dist/
docs/_build/
.tox/
WuttJamaican.egg-info/