Closed pabs3 closed 1 year ago
I agree this would be much better—thanks for getting it started.
I note that setup.py uses distutils, which will be removed from Python 3.12, switching to pyproject will fix this too.
Latest release uses modern packaging 🎉
It would be nice to switch to modern Python packaging standards at some point.
The Python community has standardised on pyproject.toml for Python packaging:
https://packaging.python.org/en/latest/tutorials/packaging-projects/
I haven't had time to complete this migration but I made a start here:
https://github.com/pabs3/pyemd/compare/cleanups...pabs3:pyemd:pyproject