auditwheel
auditwheel copied to clipboard
Allow wildcards in `--exclude`
It would be nice if the --exclude argument supported wildcards, like so:
auditwheel repair --exclude 'libexternallib.so.*' my_wheel.whl
I would like to prevent any libraries from being added, hope this can be achieved then with --exclude "*".
I would like to prevent any libraries from being added, hope this can be achieved then with
--exclude "*".
I just added a test to #508 to confirm that it supports this.