Skip to content

Commit b9c1097

Browse files
authored
Mention setup.py develop change in 23.1 changelog (#11973)
1 parent 7df10ee commit b9c1097

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Deprecations and Removals
2222
means "don't download wheels". (`#11453 <https://github.com/pypa/pip/issues/11453>`_)
2323
- Deprecate ``--build-option`` and ``--global-option``. Users are invited to switch to
2424
``--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
2626
a deprecation warning. In the future the presence of config settings will automatically
2727
enable the default build backend for legacy projects and pass the setttings to it. (`#11915 <https://github.com/pypa/pip/issues/11915>`_)
2828
- Remove ``setup.py install`` fallback when building a wheel failed for projects without
2929
``pyproject.toml``. (`#8368 <https://github.com/pypa/pip/issues/8368>`_)
3030
- 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>`_)
3233

3334
Features
3435
--------

0 commit comments

Comments
 (0)