Closed
Description
Currently, LICENSE
and README.md
get installed into site-packages directory. This is bad, for obvious reasons.
I used this patch to fix the problem:
--- pyproject.toml.orig 2023-05-19 20:37:05.000000000 +0000
+++ pyproject.toml
@@ -24,11 +24,6 @@ keywords=["pylint","plugin","helpers"]
packages = [
{include = "pylint_plugin_utils/"}
]
-include = [
- "LICENSE",
- "*.rst",
- "*.md"
-]
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
Metadata
Metadata
Assignees
Labels
No labels