Closed mwcraig closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.14%. Comparing base (
c840f96
) to head (ac95efd
). Report is 98 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
importlib.metadata
was introduced in python 3.8 according to the documentation. The previousimportlib_metadata
is a backport of newimportlib
features to earlier python versions.pkg_resources
has been deprecated for a long time and may be gone from setuptools now.The alternative, I suppose, is to declare
importlib_metadata
as a dependency.