diff options
author | Zachary Ware <zach@python.org> | 2023-05-25 01:06:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 01:06:00 (GMT) |
commit | 98c4333e88131fe128494f7474ad12b8b62922b2 (patch) | |
tree | 19d79b2736957b7b0ef06ab48eee3e5e738b00d3 /Tools/wasm | |
parent | 41768a2bd3a8f57e6ce4e4ae9cab083b69817ec1 (diff) | |
download | cpython-98c4333e88131fe128494f7474ad12b8b62922b2.zip cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.gz cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.bz2 |
gh-104773: Remove the msilib package (GH-104911)
Diffstat (limited to 'Tools/wasm')
-rwxr-xr-x | Tools/wasm/wasm_assets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py index 3e9a14b..c3db5d2 100755 --- a/Tools/wasm/wasm_assets.py +++ b/Tools/wasm/wasm_assets.py @@ -56,7 +56,6 @@ OMIT_FILES = ( "concurrent/futures/thread.py", # Misc unused or large files "pydoc_data/", - "msilib/", ) # Synchronous network I/O and protocols are not supported; for example, |