Use explicit external references

This commit is contained in:
Viicos 2024-03-17 08:56:07 +01:00 committed by Ian Stapleton Cordasco
parent 350f2545fd
commit ba0f56610a
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -20,6 +20,7 @@ metadata.
Let's presume that we already have our plugin written and it's in a module
:external+packaging:term:`Build Backend`, but be aware that most backends
called ``flake8_example``. We will also assume ``setuptools`` is used as a
:external+packaging:term:`Build Backend`, but be aware that most backends
support entry points.
We might have a ``setup.py`` that looks something like: