marrink-lab / vermouth-martinize

Describe and apply transformation on molecular structures and topologies
Apache License 2.0
84 stars 37 forks source link

Replace deprecated pkg_resources with new importlib #546

Closed pckroon closed 9 months ago

pckroon commented 9 months ago

So, pkg_resources is deprecated (https://setuptools.pypa.io/en/latest/pkg_resources.html), so here I change it for importlib as recommended.

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