4.1.2 - Update build/install method, add GitHub workflows, unittest -> pytest
- Build/installation now uses
pyproject.toml
instead of the deprecatedsetup.py
- Added GitHub workflows for PyPI publishing and unit testing
- Unit tests now use
pytest
instead ofunittest