Open
Description
Hi,
Running auditwheel repair may generate subtly different versions of the wheel, depending on the exact version of so libraries being included.
When looking at the wheel or otherwise running pip freeze there is no externally visible difference though.
I was wondering if it would make sense to have auditwheel repair accept a new optional "local version identifier" [1] argument that would be appended to the repaired wheel version.
This would enable user to encode some information about the embedded dependencies in the repaired version.
[1] https://www.python.org/dev/peps/pep-0440/#local-version-identifiers