diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2020-10-22 09:52:57 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2020-10-22 09:52:57 +0100 |
| commit | 5f650853f7908bc04555ea3ee393798502b79fed (patch) | |
| tree | 8945901a028ca589a1dd97cfdac2d6ddad07bc05 /doc/source/cli | |
| parent | 66f5fa18d46cf34a42a0f13cbd3c35d9379c6ff0 (diff) | |
| download | python-openstackclient-5f650853f7908bc04555ea3ee393798502b79fed.tar.gz | |
Remove references to setuptools
Newer versions of cliff and stevedore use importlib rather than
setuptools to work with entry points. Replace any references to
"setuptools' entry points mechanism" with "Python's entry points
mechanism".
Change-Id: Iae36155685ee37ab5e38a0c173110a5ece33d05d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 97a829b5..497c79f0 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -306,7 +306,7 @@ Implementation -------------- The command structure is designed to support seamless addition of plugin -command modules via ``setuptools`` entry points. The plugin commands must +command modules via Python's *entry points* mechanism. The plugin commands must be subclasses of Cliff's ``command.Command`` object. See :ref:`plugins` for more information. |
