mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add _sha3.pyd to list of extension modules for MSI
This commit is contained in:
parent
a2897e4bd7
commit
efb15993f8
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ extensions = [
|
||||||
'_multiprocessing.pyd',
|
'_multiprocessing.pyd',
|
||||||
'_lzma.pyd',
|
'_lzma.pyd',
|
||||||
'_decimal.pyd',
|
'_decimal.pyd',
|
||||||
'_testbuffer.pyd'
|
'_testbuffer.pyd',
|
||||||
|
'_sha3.pyd',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Well-known component UUIDs
|
# Well-known component UUIDs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue