Skip to content

MNT: Replace use of deprecated `pkg_resources` with `importlib.metadata`

Paul McCarthy requested to merge mnt/pkg_resources into master

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

Merge request reports