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
Correct docs on how to use the legacy-editable mode
PR #3414 added support for disabling the new PEP660 editable install
hooks. However the documentation and changelog mentions didn't
match the implementation.
Before:
- The implementation used: `SETUPTOOLS_ENABLE_FEATURES`
- The changelog said to use: `SETUPTOOLS_ENABLE_FEATURE`
(notice the missing "S")
- The docs said to use: `SETUPTOOLS_USE_FEATURE`
This caused confusion in #3535, since the testcase there used the form
mentioned in the changelog, which doesn't do anything.
Now, the changelog and docs both say to use `SETUPTOOLS_ENABLE_FEATURES`.
0 commit comments