Sign in
mojo
/
mojo-tools
/
9acf1aa58b861bb77632b7c8a4c0ee3d35c8da9c
/
.
/
third_party
/
cython
/
src
/
setupegg.py
blob: cf97861b3f9d8cee52167fef3d1f02db25655d95 [
file
]
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
import
setuptools
execfile
(
'setup.py'
)