Commit 25b61201 authored by Steve Dower's avatar Steve Dower

Adds missing files to msi.py

parent a6e6d0a6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment