File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ Deprecations and Removals
22
22
means "don't download wheels". (`#11453 <https://github.com/pypa/pip/issues/11453 >`_)
23
23
- Deprecate ``--build-option `` and ``--global-option ``. Users are invited to switch to
24
24
``--config-settings ``. (`#11859 <https://github.com/pypa/pip/issues/11859 >`_)
25
- - Using ``--config-settings `` with projects that don't have a ``pyproject.toml `` now print
25
+ - Using ``--config-settings `` with projects that don't have a ``pyproject.toml `` now prints
26
26
a deprecation warning. In the future the presence of config settings will automatically
27
27
enable the default build backend for legacy projects and pass the setttings to it. (`#11915 <https://github.com/pypa/pip/issues/11915 >`_)
28
28
- Remove ``setup.py install `` fallback when building a wheel failed for projects without
29
29
``pyproject.toml ``. (`#8368 <https://github.com/pypa/pip/issues/8368 >`_)
30
30
- When the ``wheel `` package is not installed, pip now uses the default build backend
31
- instead of ``setup.py install `` for project without ``pyproject.toml ``. (`#8559 <https://github.com/pypa/pip/issues/8559 >`_)
31
+ instead of ``setup.py install `` and ``setup.py develop `` for project without
32
+ ``pyproject.toml ``. (`#8559 <https://github.com/pypa/pip/issues/8559 >`_)
32
33
33
34
Features
34
35
--------
You can’t perform that action at this time.
0 commit comments