##// END OF EJS Templates
update ScriptMagics per review...
update ScriptMagics per review * add --out/err for storing output * add --bg for backgrounding scripts

File last commit:

r2460:e8303d57
r7398:0e8bd91b
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')