commit | 123536fdab7b8def15c859aa70232bc55ec73096 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Wed Jul 24 15:13:22 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 24 15:13:22 2019 -0700 |
tree | c46ba6c0367d90525d6981cc950965029594f9b8 | |
parent | e018dc52d1268bc0c5e4037c132e463f1a4002af [diff] [blame] |
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
diff --git a/PC/layout/main.py b/PC/layout/main.py index c39aab2..111f8aa 100644 --- a/PC/layout/main.py +++ b/PC/layout/main.py
@@ -228,7 +228,7 @@ if ns.include_pip: for dest, src in get_pip_layout(ns): - if isinstance(src, tuple) or not ( + if not isinstance(src, tuple) and ( src in EXCLUDE_FROM_LIB or src in EXCLUDE_FROM_PACKAGED_LIB ): continue