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

Inform about aliases in auditwheel repair --help #297

Merged
merged 1 commit into from
Mar 19, 2021

Commits on Mar 19, 2021

  1. Inform about aliases in auditwheel repair --help

    e.g.
    ```
    These are the possible target platform tags, as specified by PEP 600.
    Note that old, pre-PEP 600 tags are still usable and are listed as aliases
    below.
    - linux_x86_64
    - manylinux_2_5_x86_64 (aliased by manylinux1_x86_64)
    - manylinux_2_12_x86_64 (aliased by manylinux2010_x86_64)
    - manylinux_2_17_x86_64 (aliased by manylinux2014_x86_64)
    - manylinux_2_24_x86_64
    ```
    mayeut committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7260274 View commit details
    Browse the repository at this point in the history