Open clalancette opened 9 months ago
As of setuptools 68.0.0, the entire pkg_resources library is deprecated. Switch away from pkg_resources.iter_entry_points and instead use importlib.metadata.entry_points(), which provides the same information in a slightly different format.
This should fix #201
Friendly ping on this one. This should get rid of warnings when using this flake8 plugin with newer Python.
As of setuptools 68.0.0, the entire pkg_resources library is deprecated. Switch away from pkg_resources.iter_entry_points and instead use importlib.metadata.entry_points(), which provides the same information in a slightly different format.
This should fix #201