silx-kit / hdf5plugin

Set of compression filters for h5py
http://www.silx.org/doc/hdf5plugin/latest/
Other
62 stars 22 forks source link

Removed import of `distutils` #276

Closed t20100 closed 10 months ago

t20100 commented 10 months ago

This PR aims at removing the import of distutils by using an approach proposed in https://github.com/pypa/setuptools/issues/2806#issuecomment-961805789.

Imports of distutils as fallbacks for older versions of setuptools are kept for now.

related to #193

t20100 commented 10 months ago

Added wheel dependency to debian packaging that was added as requirement in PR #272