audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

Use importlib.metadata instead of pkg_resources #147

Closed hagenw closed 12 months ago

hagenw commented 12 months ago

pkg_resources is deprecated and since Python 3.8 we can use importlib.metadata to get the version of a package.

codecov[bot] commented 12 months ago

Codecov Report

Merging #147 (27b943f) into dev (4948154) will not change coverage. The diff coverage is 100.0%.

Files Coverage Δ
audbackend/__init__.py 100.0% <100.0%> (ø)