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 31d01e0 commit 76c2782Copy full SHA for 76c2782
src/extract_wheels.py
@@ -79,6 +79,7 @@ def extract_wheel(whl, directory, extras):
79
80
whl.unzip(directory)
81
82
+ # Note: Order of operations matters here
83
purelib.spread_purelib_into_root(directory)
84
_setup_namespace_pkg_compatibility(directory)
85
0 commit comments