Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct docs on how to use the legacy-editable mode #3538

Merged

Commits on Aug 17, 2022

  1. Correct docs on how to use the legacy-editable mode

    PR pypa#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 pypa#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`.
    edmorley committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    aa83713 View commit details
    Browse the repository at this point in the history