Exclude _testmultiphase.pyd from embeddable ZIP file.
This commit is contained in:
parent
2446e2e76d
commit
3805019c58
|
@ -25,6 +25,7 @@ def is_not_debug(p):
|
|||
'_testbuffer.pyd',
|
||||
'_testcapi.pyd',
|
||||
'_testimportmultiple.pyd',
|
||||
'_testmultiphase.pyd',
|
||||
'xxlimited.pyd',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue