audeering / opensmile-python

Python package for openSMILE
https://audeering.github.io/opensmile-python/
Other
240 stars 32 forks source link

Use importlib.metadata instead of pkg_resources #93

Closed hagenw closed 11 months ago

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

Codecov Report

Merging #93 (1cb4d9a) into main (3c80f38) will not change coverage. Report is 2 commits behind head on main. The diff coverage is 100.0%.

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