diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-11-26 17:20:00 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-11-26 17:20:00 (GMT) |
commit | 25b61201e02aa40b6003d94234d704fbea8bd27a (patch) | |
tree | ca07d5ef3b77ca9e0898f6b4b04e8a821a821df3 /Tools | |
parent | a6e6d0a6212e61e64510ef7ad55b121af39b5903 (diff) | |
download | cpython-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.py | 2 |
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 |