##// END OF EJS Templates
handle targets='all' in remotefunction...
handle targets='all' in remotefunction * add explanation of lazy evaluation of 'all' to direct_view docstring * previously failing test included closes gh-986

File last commit:

r2460:e8303d57
r5290:55d81f86
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')