We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482112c commit 045b0c4Copy full SHA for 045b0c4
src/auditwheel/main_repair.py
@@ -105,8 +105,8 @@ def configure_parser(sub_parsers):
105
help=(
106
"Do not copy libraries located in the site-packages directory from "
107
"other packages. Just update the `rpath` only. The developer will "
108
- "need to ensure that the skipped libraries are listed the package "
109
- "install dependencies."
+ "need to ensure that the skipped libraries are listed in the "
+ "package install dependencies."
110
),
111
default=True, # default: COPY_SITE_LIBS=True
112
)
0 commit comments