Show More
@@ -113,7 +113,8 b" manfiles = filter(isfile, glob('doc/manual/*.html')) + \\" | |||||
113 | filter(isfile, glob('doc/manual/*.png')) |
|
113 | filter(isfile, glob('doc/manual/*.png')) | |
114 | manpages = filter(isfile, glob('doc/*.1.gz')) |
|
114 | manpages = filter(isfile, glob('doc/*.1.gz')) | |
115 | cfgfiles = filter(isfile, glob('IPython/UserConfig/*')) |
|
115 | cfgfiles = filter(isfile, glob('IPython/UserConfig/*')) | |
116 |
scriptfiles = filter(isfile, ['scripts/ipython','scripts/pycolor' |
|
116 | scriptfiles = filter(isfile, ['scripts/ipython','scripts/pycolor', | |
|
117 | 'scripts/irunner']) | |||
117 |
|
118 | |||
118 | # Script to be run by the windows binary installer after the default setup |
|
119 | # Script to be run by the windows binary installer after the default setup | |
119 | # routine, to add shortcuts and similar windows-only things. Windows |
|
120 | # routine, to add shortcuts and similar windows-only things. Windows |
General Comments 0
You need to be logged in to leave comments.
Login now