We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a0e0e commit 5ae0866Copy full SHA for 5ae0866
src/pip/_internal/pyproject.py
@@ -91,7 +91,7 @@ def load_pyproject_toml(
91
# If we haven't worked out whether to use PEP 517 yet,
92
# and the user hasn't explicitly stated a preference,
93
# we do so if the project has a pyproject.toml file
94
- # or if we cannot import setuptools.
+ # or if we cannot import setuptools or wheels.
95
96
# We fallback to PEP 517 when without setuptools or without the wheel package,
97
# so setuptools can be installed as a default build backend.
0 commit comments