Skip to content

Commit 5ae0866

Browse files
committed
Update comment
1 parent 21a0e0e commit 5ae0866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/pyproject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def load_pyproject_toml(
9191
# If we haven't worked out whether to use PEP 517 yet,
9292
# and the user hasn't explicitly stated a preference,
9393
# we do so if the project has a pyproject.toml file
94-
# or if we cannot import setuptools.
94+
# or if we cannot import setuptools or wheels.
9595

9696
# We fallback to PEP 517 when without setuptools or without the wheel package,
9797
# so setuptools can be installed as a default build backend.

0 commit comments

Comments
 (0)