We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38005e8 commit 5542cb0Copy full SHA for 5542cb0
1 file changed
Tools/msi/msi.py
@@ -879,7 +879,6 @@ def generate_license():
879
shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
880
shutil.copyfileobj(open("crtlicense.txt"), out)
881
for name, pat, file in (("bzip2","bzip2-*", "LICENSE"),
882
- ("Berkeley DB", "db-*", "LICENSE"),
883
("openssl", "openssl-*", "LICENSE"),
884
("Tcl", "tcl8*", "license.terms"),
885
("Tk", "tk8*", "license.terms"),
@@ -1122,7 +1121,7 @@ def add_files(db):
1122
1121
# Add tools
1123
tools.set_current()
1124
tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
1125
- for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']:
+ for f in ['i18n', 'pynche', 'Scripts', 'versioncheck']:
1126
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
1127
lib.glob("*.py")
1128
lib.glob("*.pyw", exclude=['pydocgui.pyw'])
0 commit comments