summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c469a16be4..a89a206666 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -222,6 +222,9 @@ drop = [
'^pygments/lexers/(?!python|__init__|_mapping).*\.py$',
# trim rich's markdown support
"rich/markdown.py",
+ # ruamel.yaml installs unneded files
+ "ruamel.*.pth",
+ "pvectorc.*.so"
]
[tool.vendoring.typing-stubs]