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

v6.2.0 installs files directly under site-packages

Open moubctez opened this issue 1 year ago • 0 comments

README.md and CHANGELOG.md should not be installed directly under site-packages.

This patch fixes the issue:

--- pyproject.toml.orig	2024-04-26 20:03:26.188129942 +0000
+++ pyproject.toml
@@ -4,7 +4,6 @@ version = "6.2.0"
 description = "Fixes mojibake and other problems with Unicode, after the fact"
 authors = ["Robyn Speer <[email protected]>"]
 license = "Apache-2.0"
-include = ["README.md", "CHANGELOG.md", "tests"]
 readme = "README.md"
 
 [tool.poetry.dependencies]

moubctez avatar Apr 26 '24 20:04 moubctez