commit | 3805019c588dc9895348f5b8ffedbd0426169a71 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sat May 23 18:08:55 2015 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Sat May 23 18:08:55 2015 -0700 |
tree | 9d5e94c59ca534fa47b2acf4776383b7eece053b | |
parent | 2446e2e76d92c27313feccb08d82f4e6df99d078 [diff] [blame] |
Exclude _testmultiphase.pyd from embeddable ZIP file.
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index f2e1c4e..521ba93 100644 --- a/Tools/msi/make_zip.py +++ b/Tools/msi/make_zip.py
@@ -25,6 +25,7 @@ '_testbuffer.pyd', '_testcapi.pyd', '_testimportmultiple.pyd', + '_testmultiphase.pyd', 'xxlimited.pyd', }