Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pkg_resources with importlib.metadata. #203

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2024

  1. Replace pkg_resources with importlib.metadata.

    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.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    22858e3 View commit details
    Browse the repository at this point in the history
  2. pep8 fixes.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    372e674 View commit details
    Browse the repository at this point in the history