Checkpoint before merging with upstream

pull/37/head
Fernando Perez 18 years ago
parent 162df0fc47
commit 044c2de074

@ -152,8 +152,6 @@ if 'setuptools' in sys.modules:
)
# Allow setuptools to handle the scripts
scripts = []
# eggs will lack docs, examples
data_files = []
else:
# package_data of setuptools was introduced to distutils in 2.4
cfgfiles = filter(isfile, glob('IPython/UserConfig/*'))

@ -220,11 +220,12 @@ def find_scripts():
"""
scripts = ['IPython/kernel/scripts/ipengine',
'IPython/kernel/scripts/ipcontroller',
'IPython/kernel/scripts/ipcluster',
'IPython/kernel/scripts/ipcluster',
'scripts/ipython',
'scripts/ipythonx',
'scripts/pycolor',
'scripts/irunner',
'scripts/iptest',
]
# Script to be run by the windows binary installer after the default setup

Loading…
Cancel
Save