- add pyproject.toml to follow PEP 518 compliance and install Cython before building (Author @Plantain, tilery#14)
- update minimal Cython version to
>=0.29.23(tilery#16) - remove
pkg_resourcesto increase performance when loading the library (tilery#18)
- Initial release.