MDAnalysis / GridDataFormats

GridDataFormats is a pure Python library to handle data on a regular grid using commonly used file formats in molecular simulations.
https://mdanalysis.org/GridDataFormats
GNU Lesser General Public License v3.0
29 stars 18 forks source link

replace deprecated pkg_resources with importlib #130

Closed orbeckst closed 11 months ago

orbeckst commented 11 months ago
=============================================== warnings summary ================================================
gridData/tests/datafiles/__init__.py:3
  ~/MDAnalysis/GridDataFormats/gridData/tests/datafiles/__init__.py:3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_filename

See https://importlib-resources.readthedocs.io/en/latest/migration.html