root/mpi4py/trunk/setupegg.py
| Revision 63, 243 bytes (checked in by dalcinl, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #! /usr/bin/env python |
| 2 | # Author: Lisandro Dalcin |
| 3 | # Contact: dalcinl@gmail.com |
| 4 | # Copyright: This script has been placed in the public domain. |
| 5 | # Id: $Id$ |
| 6 | |
| 7 | """ |
| 8 | Poor man's setuptools script. |
| 9 | """ |
| 10 | |
| 11 | import setuptools |
| 12 | execfile('setup.py') |
Note: See TracBrowser for help on using the browser.
