python-iso18245 icon indicating copy to clipboard operation
python-iso18245 copied to clipboard

Task: Replace deprecated `pkg_resources`

Open mfulgo opened this issue 1 year ago • 1 comments

Just opening an issue in case someone else gets around to it before I have a chance:

.../python3.11/site-packages/iso18245/__init__.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_filename

From that page:

Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). ...

mfulgo avatar Apr 26 '24 18:04 mfulgo

Thanks! If you submit a PR I will merge it.

jleclanche avatar Sep 01 '24 12:09 jleclanche