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

Workaround setuptools editable packages path issue #25848

Merged
merged 1 commit into from
Aug 20, 2022

Commits on Aug 20, 2022

  1. Workaround setuptools editable packages path issue

    Setuptools 64.0.0 introduced change that broke paths of editable
    cli packages. This change makes CLIs installed via editable
    packages to miss paths required to import code from the editable
    packages themselves.
    
    Related to: pypa/setuptools#3548
    potiuk committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    14f12e6 View commit details
    Browse the repository at this point in the history