root/mpi4py/trunk/setupegg.py

Revision 63, 243 bytes (checked in by dalcinl, 3 years ago)

more changes for porting to py3k

  • Property svn:eol-style set to native
  • Property svn:executable set to
  • Property svn:keywords set to Id
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.