File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1313 https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later
1414/warnings/venv : >-
1515 https://docs.python.org/3/tutorial/venv.html
16+ /reference/build-system/pyproject-toml : >-
17+ https://pip.pypa.io/en/stable/reference/build-system/
18+ /reference/build-system/setup-py : >-
19+ https://pip.pypa.io/en/stable/reference/build-system/
Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ earlier.
182182``` {versionchanged} 23.1
183183The legacy interface where pip could invoke `setup.py install`
184184in some circumstances was removed,
185- in favor of the fallback behavior described below .
185+ in favor of the fallback behavior described above .
186186```
187187
188188``` {versionchanged} 25.3
189189The legacy interface where pip could invoke `setup.py build_wheel` or
190190`setup.py develop` in some circumstances was removed,
191- in favor of the fallback behavior described below .
191+ in favor of the fallback behavior described above .
192192```
You can’t perform that action at this time.
0 commit comments