##// END OF EJS Templates
Merging Brian's trunk-dev....
Merging Brian's trunk-dev. * Fixed Foolscap import warnings (#525805). * Improved Monte-Carlo options pricing example.

File last commit:

r2460:e8303d57
r2530:9d940dc9 merge
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')