pip freeze
: WARNING: Could not find setup.py for directory
#10080
Labels
type: bug
A confirmed bug or unintended behavior
Description
In pypa/twine#757, I removed
setup.py
, because it was my understanding that it's no longer necessary for editable installs with recent versions of pip and setuptools. However, when I get a warning about that when I runpip freeze
:Expected behavior
If it's okay to omit
setup.py
, then I wouldn't expect a warning.pip version
21.1.2
Python version
3.9.5
OS
macOS 11.3.1
How to Reproduce
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: