scikit-build / cmake-python-distributions

This project provides the infrastructure to build CMake Python wheels.
https://cmake-python-distributions.readthedocs.io
Apache License 2.0
112 stars 34 forks source link

Add back the dependency on importlib_metadata for python < 3.8 #490

Closed JeanChristopheMorinPerso closed 6 months ago

JeanChristopheMorinPerso commented 6 months ago

Fixes #489

It looks like the dependency on importlib_metadata was accidentally removed in https://github.com/scikit-build/cmake-python-distributions/pull/470.

This PR adds it back.