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

core: replace pkg_resources with importlib.metadata #2261

Merged
merged 7 commits into from
Mar 1, 2022
Prev Previous commit
docs: update entry point definition in plugin terms
It's not a "setuptools entry point"; it's an "entry point group".
dgw committed Feb 28, 2022
commit a7dc9ce86fc9264bf9507d4e5bc4668f384c4210
2 changes: 1 addition & 1 deletion docs/source/plugin.rst
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ Plugin glossary

Entry point plugin
A plugin that is an installed Python package and exposed through the
``sopel.plugins`` setuptools entry point.
``sopel.plugins`` entry point group.

Sopelunking
Action performed by a :term:`Sopelunker`.