ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

change: switch to importlib.metadata from pkg_resources in setuptools #156

Closed ssato closed 10 months ago

ssato commented 10 months ago

Switch to importlib.metadata from pkg_resources in setuptools to load plugins modules with pkg_resources.iter_entry_points because pkg_resources is deprecated.

.. seealso:: https://importlib-metadata.readthedocs.io/en/latest/migration.html#pkg-resources-iter-entry-points

codecov-commenter commented 10 months ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella: