Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42a8e commit 6113d35Copy full SHA for 6113d35
1 file changed
Tools/idle/setup.py
@@ -8,7 +8,7 @@
8
idlelib = "idlelib"
9
10
# the normal build_py would not incorporate the .txt files
11
-txt_files = ['config-unix.txt','config-win.txt','config.txt']
+txt_files = ['config-unix.txt','config-win.txt','config.txt', 'help.txt']
12
Icons = glob.glob1("Icons","*.gif")
13
class idle_build_py(build_py):
14
def get_plain_outfile(self, build_dir, package, file):
0 commit comments