summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-02 18:39:45 +0200
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-02 18:39:45 +0200
commit5ae08663dbc88d5372880c1c04b7cc7d196adfa6 (patch)
tree718a4e2d6f732b6e097083a91efd3eedceb6efc1
parent21a0e0eff50747879b2bea848d566ee26d773656 (diff)
downloadpip-5ae08663dbc88d5372880c1c04b7cc7d196adfa6.tar.gz
Update comment
-rw-r--r--src/pip/_internal/pyproject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pip/_internal/pyproject.py b/src/pip/_internal/pyproject.py
index 57fef5707..eb8e12b2d 100644
--- a/src/pip/_internal/pyproject.py
+++ b/src/pip/_internal/pyproject.py
@@ -91,7 +91,7 @@ def load_pyproject_toml(
# If we haven't worked out whether to use PEP 517 yet,
# and the user hasn't explicitly stated a preference,
# we do so if the project has a pyproject.toml file
- # or if we cannot import setuptools.
+ # or if we cannot import setuptools or wheels.
# We fallback to PEP 517 when without setuptools or without the wheel package,
# so setuptools can be installed as a default build backend.