MNT: Replace use of deprecated `pkg_resources` with `importlib.metadata`
The pkg_resources
library is deprecated, and it is recommended to use importlib.metadata
and importlib.resources
instead. This is outlined at https://setuptools.pypa.io/en/latest/pkg_resources.html