xbatcher
xbatcher copied to clipboard
Use importlib.metadata rather than pkg_resources
What is your issue?
We should update https://github.com/xarray-contrib/xbatcher/blob/main/xbatcher/init.py to use importlib.metadata rather than pkg_resources for accessing version information (ref. https://setuptools.pypa.io/en/latest/pkg_resources.html)