mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Add all readme files in Tools.
This commit is contained in:
parent
0e920a7244
commit
4d930beeb3
1 changed files with 2 additions and 1 deletions
|
@ -982,8 +982,9 @@ def add_files(db):
|
|||
if f == "pynche":
|
||||
x = PyDirectory(db, cab, lib, "X", "X", "X|X")
|
||||
x.glob("*.txt")
|
||||
if f == 'Scripts':
|
||||
if os.path.exists(os.path.join(lib.absolute, "README")):
|
||||
lib.add_file("README.txt", src="README")
|
||||
if f == 'Scripts':
|
||||
if have_tcl:
|
||||
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
|
||||
lib.add_file("pydocgui.pyw")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue