MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis
MIT License
7 stars 5 forks source link

Switch pkg_resources to importlib #122

Closed lilyminium closed 4 months ago

lilyminium commented 4 months ago

Fixes #121

Changes made in this Pull Request:

PR Checklist

pep8speaks commented 4 months ago

Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 17:80: E501 line too long (86 > 79 characters)

Comment last updated at 2024-06-21 09:18:39 UTC
lilyminium commented 4 months ago

CI is still failing due to pylint, but otherwise this fixes the pkg_resources deprecation.

lilyminium commented 4 months ago

Just going to quickly merge to automatically update the mdakit-cookie repo and hopefully figure out why pylint is complaining.