Sign in
◑
Theme
mojo
/
mojo-tools
/
0d3b4d2c9a4ec923947e9a18c19f363ddd73a9bf
/
.
/
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'
)