- Build/installation now uses
pyproject.toml
instead of the deprecatedsetup.py
- Unit tests now use
pytest
instead ofunittest
- Added GitHub workflows for PyPI publishing, unit testing
- Removed redundant stuff
pyproject.toml
instead of the deprecated setup.py
pytest
instead of unittest