]> granicus.if.org Git - python/commitdiff
Add _sha3.pyd to list of extension modules for MSI
authorChristian Heimes <christian@cheimes.de>
Mon, 22 Oct 2012 15:01:13 +0000 (17:01 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Oct 2012 15:01:13 +0000 (17:01 +0200)
Tools/msi/msi.py

index 2057bebce3546df98a1844e985dfe430c002832a..72b86bb0245f7d7396fb263df106a17e419ab776 100644 (file)
@@ -99,7 +99,8 @@ extensions = [
     '_multiprocessing.pyd',
     '_lzma.pyd',
     '_decimal.pyd',
-    '_testbuffer.pyd'
+    '_testbuffer.pyd',
+    '_sha3.pyd',
 ]
 
 # Well-known component UUIDs