Skip to content

Commit

Permalink
Mention minimum setuptools version that supports PEP 660
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jan 30, 2024
1 parent 0d20112 commit aebf7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def install(
logger.warning(
"--config-settings ignored for legacy editable install of %s. "
"Consider upgrading to a version of setuptools "
"that supports PEP 660.",
"that supports PEP 660 (>= 64).",
self,
)
install_editable_legacy(
Expand Down

0 comments on commit aebf7ca

Please sign in to comment.