summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2014-11-26 17:20:00 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2014-11-26 17:20:00 (GMT)
commit25b61201e02aa40b6003d94234d704fbea8bd27a (patch)
treeca07d5ef3b77ca9e0898f6b4b04e8a821a821df3 /Tools
parenta6e6d0a6212e61e64510ef7ad55b121af39b5903 (diff)
downloadcpython-25b61201e02aa40b6003d94234d704fbea8bd27a.zip
cpython-25b61201e02aa40b6003d94234d704fbea8bd27a.tar.gz
cpython-25b61201e02aa40b6003d94234d704fbea8bd27a.tar.bz2
Adds missing files to msi.py
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index b4dcca7..a82e871 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1019,6 +1019,8 @@ def add_files(db):
# Add additional files
dirs[dir]=lib
lib.glob("*.txt")
+ lib.glob("*.whl")
+ lib.glob("*.0")
if dir=='site-packages':
lib.add_file("README.txt", src="README")
continue