mirror of https://github.com/python/cpython.git
Stop packaging versioncheck.
This commit is contained in:
parent
49561ada3e
commit
a62074883b
|
@ -1139,7 +1139,7 @@ def add_files(db):
|
|||
# Add tools
|
||||
tools.set_current()
|
||||
tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
|
||||
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck']:
|
||||
for f in ['i18n', 'pynche', 'Scripts']:
|
||||
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
|
||||
lib.glob("*.py")
|
||||
lib.glob("*.pyw", exclude=['pydocgui.pyw'])
|
||||
|
|
Loading…
Reference in New Issue