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 b765176 commit 3eb7860Copy full SHA for 3eb7860
1 file changed
Lib/idlelib/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