mirror of https://github.com/python/cpython
Add _sha3.pyd to list of extension modules for MSI
This commit is contained in:
parent
a2897e4bd7
commit
efb15993f8
|
@ -99,7 +99,8 @@ extensions = [
|
|||
'_multiprocessing.pyd',
|
||||
'_lzma.pyd',
|
||||
'_decimal.pyd',
|
||||
'_testbuffer.pyd'
|
||||
'_testbuffer.pyd',
|
||||
'_sha3.pyd',
|
||||
]
|
||||
|
||||
# Well-known component UUIDs
|
||||
|
|
Loading…
Reference in New Issue