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

Include AUTHORS.txt in pip's wheels #11882

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Commits on Mar 21, 2023

  1. Include AUTHORS.txt in pip's wheels

    Wheels already include `LICENSE.txt`, which refers to `AUTHORS.txt`, so
    `AUTHORS.txt` should be included too.
    
    Conveniently, both `LICENSE.txt` and `AUTHORS.txt` are included by setuptools
    by default, so all we need is to remove the manual `license_file` setting.
    
    This also fixes a build-time warning, since `license_file` is deprecated
    in favor of `license_files`.
    SpecLad committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2f153af View commit details
    Browse the repository at this point in the history