##// END OF EJS Templates
replace --pylab flag with --matplotlib in usage...
replace --pylab flag with --matplotlib in usage Since we want to encourage users to start switching to this mode of working, we might as well advertise it (and *not* advertise the old namespace polluting --pylab)

File last commit:

r2460:e8303d57
r12015:87c4d15f
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')