summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2019-04-25 15:43:39 -0700
committerGitHub <noreply@github.com>2019-04-25 15:43:39 -0700
commit8d0b73fc5b289c0347d7261e5efeeb40a8470382 (patch)
tree47fe7353a046fcf76f8d06621aa76b444275c91f /news
parent60d3f119616167d1156214285303234a2a20572b (diff)
parentee80bf98ffeac98f07b216625df81fd90d761e77 (diff)
downloadpip-8d0b73fc5b289c0347d7261e5efeeb40a8470382.tar.gz
Merge pull request #6445 from cjerdonek/tweak-pyproject-messages
Fix "build_system value" to "build-system table" in pyproject.toml messages
Diffstat (limited to 'news')
-rw-r--r--news/6434.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/6434.feature b/news/6434.feature
index 958d75165..5a9caf8bf 100644
--- a/news/6434.feature
+++ b/news/6434.feature
@@ -3,5 +3,5 @@ project in editable mode, even when `PEP 517
<https://www.python.org/dev/peps/pep-0517/>`_ mandates
``pyproject.toml``-style processing (i.e. when the project has a
``pyproject.toml`` file as well as a ``"build-backend"`` key for the
-``"build_system"`` value). Since this option conflicts with the PEP 517 spec,
+``[build-system]`` table). Since this option conflicts with the PEP 517 spec,
this mode of operation is officially unsupported.