##// END OF EJS Templates
use tempdir if no usable ipython_dir is found...
use tempdir if no usable ipython_dir is found add test for gh-669, and ignore nonexistent toy paths in other path tests.

File last commit:

r2460:e8303d57
r4475:2a8de3cc
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')