Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a620748

Browse files
committed
Stop packaging versioncheck.
1 parent 49561ad commit a620748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def add_files(db):
11391139
# Add tools
11401140
tools.set_current()
11411141
tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
1142-
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck']:
1142+
for f in ['i18n', 'pynche', 'Scripts']:
11431143
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
11441144
lib.glob("*.py")
11451145
lib.glob("*.pyw", exclude=['pydocgui.pyw'])

0 commit comments

Comments
 (0)