mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Add irunner to the scripts list, I'd forgotten it.
This commit is contained in:
parent
e03df277e6
commit
1bcb3a2b5e
3
setup.py
3
setup.py
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user