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