CSchoel / nolds

Nonlinear measures for dynamical systems (based on one-dimensional time series)
MIT License
255 stars 57 forks source link

Move from `setuptools` to Poetry. #43

Open CSchoel opened 1 month ago

CSchoel commented 1 month ago

The Python tooling ecosystem has involved considerably since I first created nolds. It's time to move to modern tools. Especially, the custom setup.py has to go in favor of a proper pyproject.toml. I also want to use poetry for better dependency management over pip and setuptools.