audeering / audeer

Helpful Python functions
https://audeering.github.io/audeer/
Other
3 stars 0 forks source link

Use importlib.metadata instead of pkg_resources #120

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 #120 (4191343) into main (2a0ed38) will not change coverage. The diff coverage is 100.0%.

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