python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Do not include documentation files in wheels #215

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

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
mgorny commented 1 year ago

Ping.

mgorny commented 1 year ago

Thank you!

TkTech commented 1 year ago

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