python-ftfy icon indicating copy to clipboard operation
python-ftfy copied to clipboard

fix pyproject.toml not to install stray files into site-packages

Open mgorny opened this issue 10 months ago • 0 comments

Fix the include directives in pyproject.toml to include the relevant files in sdist archives only and not in wheels, where they end up being installed straight into site-packages, e.g. as:

/usr/lib/python3.12/site-packages/CHANGELOG.md
/usr/lib/python3.12/site-packages/README.md

mgorny avatar Apr 03 '24 08:04 mgorny