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

Stop installing documentation files to top-level site-packages #2057

Merged
merged 1 commit into from Dec 21, 2022

Commits on Dec 21, 2022

  1. Stop installing documentation files to top-level site-packages

    Add `format = sdist` to `include` table values to prevent
    the documentation files from being installed directly into
    site-packages, i.e.:
    
        /usr/lib/python3.11/site-packages/CHANGELOG.md
        /usr/lib/python3.11/site-packages/LICENSE
    
    Originally reported by Anna Vyalkova on https://bugs.gentoo.org/887569.
    mgorny committed Dec 21, 2022
    Copy the full SHA
    a6fdbfd View commit details
    Browse the repository at this point in the history