nphilipp / python-slip

Convenience, extension and workaround code for Python and some Python modules.
GNU General Public License v2.0
2 stars 7 forks source link

use setuptools instead of distutils (dropped in Python 3.12) #11

Open MeggyCal opened 1 year ago

MeggyCal commented 1 year ago

First: thank you for this amazing piece of code! Years old and still works even with modern Python.

I think this little change is enough to make it work even with Python 3.12 (it really felt like sacrilege to touch such ancient package), we'll see what happens when we try to build non-Python packages on Python 3.12.

Again, thank you, you really made my day as a packager! :+1: :100: :heart: