audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Use importlib.metadata instead of pkg_resources #88

Closed hagenw closed 10 months ago

hagenw commented 10 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 10 months ago

Codecov Report

Merging #88 (0d04222) into main (676eb23) will not change coverage. The diff coverage is 100.0%.

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