Exclude _testmultiphase.pyd from embeddable ZIP file.

This commit is contained in:
Steve Dower 2015-05-23 18:08:55 -07:00
parent 2446e2e76d
commit 3805019c58
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def is_not_debug(p):
'_testbuffer.pyd',
'_testcapi.pyd',
'_testimportmultiple.pyd',
'_testmultiphase.pyd',
'xxlimited.pyd',
}