File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Changes
143143 ``sdist ``. This allows plugins and customization scripts to automatically
144144 add required source files in the source distribution.
145145* #3414: Users can *temporarily * specify an environment variable
146- ``SETUPTOOLS_ENABLE_FEATURE =legacy-editable `` as a escape hatch for the
146+ ``SETUPTOOLS_ENABLE_FEATURES =legacy-editable `` as a escape hatch for the
147147 :pep: `660 ` behavior. This setting is **transitional ** and may be removed in the
148148 future.
149149* #3484: Added *transient * ``compat `` mode to editable installs.
Original file line number Diff line number Diff line change 1+ Corrected documentation on how to use the `legacy-editable ` mode.
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ variable:
194194
195195.. code-block ::
196196
197- SETUPTOOLS_USE_FEATURE ="legacy-editable"
197+ SETUPTOOLS_ENABLE_FEATURES ="legacy-editable"
198198
199199 This *may * cause the installer (e.g. ``pip ``) to effectively run the "legacy"
200200installation command: ``python setup.py develop `` [#installer ]_.
You can’t perform that action at this time.
0 commit comments