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

Ignore existing script files #170

Closed
wants to merge 1 commit into from
Closed

Ignore existing script files #170

wants to merge 1 commit into from

Commits on Mar 10, 2023

  1. Ignore existing scripts

    When a wheel has an entry_points.txt script and another script with the
    same name. Then installer fails to install the package and complains
    about an already existing file.
    
    Repro:
    python3 -m installer --destdir tmp conjur_client-0.1.1-py3-none-any.whl
    
    Pip seems to not mind that and just ignore the script file. This commit
    does the same.
    flode committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    abd8369 View commit details
    Browse the repository at this point in the history