ncar-xdev / ecgtools

ESM Catalog Generation tools
https://ecgtools.readthedocs.io
Apache License 2.0
9 stars 11 forks source link

Replace `pkg_resources` with `importlib` #186

Closed dougiesquire closed 1 month ago

dougiesquire commented 1 month ago

Change Summary

pkg_resources was used in ecgtools to get the version, but pkg_resources has been removed in Python 3.12. This PR replaces uses of pkg_resources with importlib.

Related issue number

Checklist