summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-02 18:49:34 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-02 18:56:47 +0200
commit2ff2d0e375e163792e5dec8ef48481074c86e90a (patch)
tree67bf9231b2c1649531624c2f9ff828a10b1ec1a6 /news
parent5ae08663dbc88d5372880c1c04b7cc7d196adfa6 (diff)
downloadpip-2ff2d0e375e163792e5dec8ef48481074c86e90a.tar.gz
Deprecate legacy projects ignoring config settings
In the future the presence of config settings will auto enable pep517.
Diffstat (limited to 'news')
-rw-r--r--news/11915.removal.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news/11915.removal.rst b/news/11915.removal.rst
new file mode 100644
index 000000000..e54b5d574
--- /dev/null
+++ b/news/11915.removal.rst
@@ -0,0 +1,3 @@
+Using ``--config-settings`` with projects that don't have a ``pyproject.toml`` now print
+a deprecation warning. In the future the presence of config settings will automatically
+enable the default build backend for legacy projects and pass the setttings to it.