[Numpy-svn] r5667 - trunk

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Aug 20 19:03:22 EDT 2008


Author: cdavid
Date: 2008-08-20 18:02:44 -0500 (Wed, 20 Aug 2008)
New Revision: 5667

Added:
   trunk/setupsconsegg.py
Log:
Add a setupsconsegg.py file to build with scons and setuptools.

Added: trunk/setupsconsegg.py
===================================================================
--- trunk/setupsconsegg.py	2008-08-20 22:03:19 UTC (rev 5666)
+++ trunk/setupsconsegg.py	2008-08-20 23:02:44 UTC (rev 5667)
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+"""
+A setup.py script to use setuptools, which gives egg goodness, etc.
+"""
+
+from setuptools import setup
+execfile('setupscons.py')


Property changes on: trunk/setupsconsegg.py
___________________________________________________________________
Name: svn:executable
   + *




More information about the Numpy-svn mailing list