##// END OF EJS Templates
fix for removed '-editor' command line option and clarification of configuration file option for TerminalInteractiveShell.editor
fix for removed '-editor' command line option and clarification of configuration file option for TerminalInteractiveShell.editor

File last commit:

r2460:e8303d57
r4576:00e96aea
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')