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

Do not include documentation files in wheels #215

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Feb 4, 2023

Fix the include entries in pyproject.toml to include documentation files in sdist format only. Otherwise, they are added to the top-level wheel directory and they end up being installed directly in the top-level site-packages directory, e.g.:

/usr/lib/python3.11/site-packages/CHANGELOG
/usr/lib/python3.11/site-packages/LICENSE
/usr/lib/python3.11/site-packages/README.md

Fix the `include` entries in `pyproject.toml` to include documentation
files in sdist format only.  Otherwise, they are added to the top-level
wheel directory and they end up being installed directly
in the top-level site-packages directory, e.g.:

    /usr/lib/python3.11/site-packages/CHANGELOG
    /usr/lib/python3.11/site-packages/LICENSE
    /usr/lib/python3.11/site-packages/README.md
@TkTech TkTech changed the base branch from master to v3.0.2 February 15, 2023 15:08
@mgorny
Copy link
Contributor Author

mgorny commented Mar 31, 2023

Ping.

@TkTech TkTech added this to the 3.1.0 milestone Apr 3, 2023
@TkTech TkTech changed the base branch from v3.0.2 to v3.1.0 April 3, 2023 23:12
@TkTech TkTech merged commit 61315ea into python-babel:v3.1.0 Apr 3, 2023
@mgorny mgorny deleted the poetry-fix branch April 4, 2023 04:54
@mgorny
Copy link
Contributor Author

mgorny commented Apr 4, 2023

Thank you!

@TkTech
Copy link
Contributor

TkTech commented Apr 4, 2023

Not in master yet, 3.1.0 will be released this weekend with a number of other changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants