labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Replace distutils #86

Closed dihm closed 2 years ago

dihm commented 2 years ago

Given distutils is being deprecated, going ahead and removing remaining incidental calls with the preferred alternatives.

Ideally, this does not change any actual functionality. I did already confirm that the modulewatcher paths are identical. Other changes are fairly minor and should not be breaking.

Fixes #85

dihm commented 2 years ago

Since this is breaking for current pip installs, I'll go ahead and release a minor hotfix with it.