BuildExecutable: use correct executable extension, build dynamically instead of stati...
[cython.git] / setupegg.py
1 #!/usr/bin/env python
2 """Wrapper to run setup.py using setuptools."""
3 import setuptools
4 execfile('setup.py')