removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box...
[cython.git] / setupegg.py
1 #!/usr/bin/env python
2 """Wrapper to run setup.py using setuptools."""
3 import setuptools
4 execfile('setup.py')