##// END OF EJS Templates
update release/authors...
update release/authors - don't tell people to email Fernando every time IPython crashes :) - supported Pythons updated to remove 3.1, add 3.3. - `IPython.__author__` is now just ipython-dev, rather than assorted individuals - don't mention old, unsupported Windowses (I would argue that XP should be dropped as well, but I know that won't fly)

File last commit:

r2460:e8303d57
r9188:449de656
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')