Cython has moved to github.

cython-devel

view setupegg.py @ 4256:b816b03ff502

Make __new__ -> __cinit__ into an error, fix compiler crash.
author Robert Bradshaw <robertwb@math.washington.edu>
date Tue Dec 21 02:09:22 2010 -0800 (17 months ago)
parents
children
line source
1 #!/usr/bin/env python
2 """Wrapper to run setup.py using setuptools."""
3 import setuptools
4 execfile('setup.py')