audeering / audfactory

Communicating with Artifactory
https://audeering.github.io/audfactory/
Other
0 stars 0 forks source link

Use importlib.metadata instead of pkg_resources #63

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 #63 (9130224) into main (fbcbbbb) will not change coverage. The diff coverage is 100.0%.

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