|
119 | 119 | "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}", |
120 | 120 | "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}", |
121 | 121 | "32":"{3ff95315-1096-4d31-bd86-601d5438ad5e}", |
| 122 | + "33":"{f7581ca4-d368-4eea-8f82-d48c64c4f047}", |
122 | 123 | } [major+minor] |
123 | 124 |
|
124 | 125 | # Compute the name that Sphinx gives to the docfile |
@@ -1010,6 +1011,8 @@ def add_files(db): |
1010 | 1011 | lib.remove_pyc() |
1011 | 1012 | # package READMEs if present |
1012 | 1013 | lib.glob("README") |
| 1014 | + if dir=='Lib': |
| 1015 | + lib.add_file("sysconfig.cfg") |
1013 | 1016 | if dir=='test' and parent.physical=='Lib': |
1014 | 1017 | lib.add_file("185test.db") |
1015 | 1018 | lib.add_file("audiotest.au") |
@@ -1045,7 +1048,7 @@ def add_files(db): |
1045 | 1048 | if dir=="Icons": |
1046 | 1049 | lib.glob("*.gif") |
1047 | 1050 | lib.add_file("idle.icns") |
1048 | | - if dir=="command" and parent.physical=="distutils": |
| 1051 | + if dir=="command" and parent.physical in ("distutils", "packaging"): |
1049 | 1052 | lib.glob("wininst*.exe") |
1050 | 1053 | lib.add_file("command_template") |
1051 | 1054 | if dir=="lib2to3": |
@@ -1156,6 +1159,8 @@ def add_files(db): |
1156 | 1159 | lib.add_file("README.txt", src="README") |
1157 | 1160 | if f == 'Scripts': |
1158 | 1161 | lib.add_file("2to3.py", src="2to3") |
| 1162 | + lib.add_file("pydoc3.py", src="pydoc3") |
| 1163 | + lib.add_file("pysetup3.py", src="pysetup3") |
1159 | 1164 | if have_tcl: |
1160 | 1165 | lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw") |
1161 | 1166 | lib.add_file("pydocgui.pyw") |
|
0 commit comments