Add irunner to the scripts list, I'd forgotten it.

This commit is contained in:
fperez 2006-06-02 08:22:01 +00:00
parent e03df277e6
commit 1bcb3a2b5e

View File

@ -113,7 +113,8 @@ manfiles = filter(isfile, glob('doc/manual/*.html')) + \
filter(isfile, glob('doc/manual/*.png'))
manpages = filter(isfile, glob('doc/*.1.gz'))
cfgfiles = filter(isfile, glob('IPython/UserConfig/*'))
scriptfiles = filter(isfile, ['scripts/ipython','scripts/pycolor'])
scriptfiles = filter(isfile, ['scripts/ipython','scripts/pycolor',
'scripts/irunner'])
# Script to be run by the windows binary installer after the default setup
# routine, to add shortcuts and similar windows-only things. Windows