This PR migrates from a setup.py file to a Poetry-flavor pyproject.toml file for packaging and environment management of this project. I've also added a pre-commit check which ensures the pyproject.toml file and poetry.lock file are in good form for possible changes as things grow with this package.
Thanks for any feedback you may have!
Depends on and should be merged after #55
Addresses the first step of #52
This PR migrates from a
setup.py
file to a Poetry-flavorpyproject.toml
file for packaging and environment management of this project. I've also added apre-commit
check which ensures thepyproject.toml
file andpoetry.lock
file are in good form for possible changes as things grow with this package.Thanks for any feedback you may have!
Depends on and should be merged after #55 Addresses the first step of #52