diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-07-04 09:56:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-04 09:56:00 +0100 |
| commit | 233c986f690a1f1bef222dd6f7fad803c4f41a6d (patch) | |
| tree | 8fe53abbea4367becb0700124d76be342a4c4f27 /setuptools/command | |
| parent | 156a75f880ec28755fa43ff95d7bd6166b4c76f7 (diff) | |
| parent | b422ddc51bfb6a79cad5c8bfa4ab2619400839ed (diff) | |
| download | python-setuptools-git-233c986f690a1f1bef222dd6f7fad803c4f41a6d.tar.gz | |
[Doc] Ensure members of the build subcommand protocol are listed by autodoc (#3429)
Diffstat (limited to 'setuptools/command')
| -rw-r--r-- | setuptools/command/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build.py b/setuptools/command/build.py index 1396afd5..283999da 100644 --- a/setuptools/command/build.py +++ b/setuptools/command/build.py @@ -41,7 +41,7 @@ class SubCommand(Protocol): When creating an :pep:`editable wheel <660>`, ``setuptools`` will try to evaluate custom ``build`` subcommands using the following procedure: - 1. ``setuptools`` will set the ``editable_mode`` flag will be set to ``True`` + 1. ``setuptools`` will set the ``editable_mode`` attribute to ``True`` 2. ``setuptools`` will execute the ``run()`` command. .. important:: |
