You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEP 660 standardizes a method of installing editable python packages (meaning the package executes editable source files). pip is deprecating special handling of the old setuptools based method. See this issue for details. It looks like the setup.py method is still supported, it's just not automatically discovered. Now it requires something in the pyproject.toml specifying the desired "install editable" method.
The text was updated successfully, but these errors were encountered:
PEP 660 standardizes a method of installing editable python packages (meaning the package executes editable source files). pip is deprecating special handling of the old setuptools based method. See this issue for details. It looks like the
setup.py
method is still supported, it's just not automatically discovered. Now it requires something in thepyproject.toml
specifying the desired "install editable" method.The text was updated successfully, but these errors were encountered: