cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
300 stars 60 forks source link

Remove setuptools as requirement in favor of importlib-metadata #69

Closed cjekel closed 4 years ago

cjekel commented 4 years ago

closes https://github.com/cjekel/piecewise_linear_fit_py/issues/68

This is number 5 from the Python docs on how to do single source versioning.

@lstolcman If you are still using this library, can you check if this form of single source versioning gives you issues? Otherwise I'll go ahead and merge.

@h-vetinari FYI


TODO checklist after merge