[Scipy-svn] r3132 - trunk/Lib/sandbox/pyem
scipy-svn@scip...
scipy-svn@scip...
Mon Jul 2 03:04:51 CDT 2007
Author: cdavid
Date: 2007-07-02 03:04:38 -0500 (Mon, 02 Jul 2007)
New Revision: 3132
Modified:
trunk/Lib/sandbox/pyem/setup.py
Log:
Remove data dir from subpackages in setup
Modified: trunk/Lib/sandbox/pyem/setup.py
===================================================================
--- trunk/Lib/sandbox/pyem/setup.py 2007-07-02 08:03:38 UTC (rev 3131)
+++ trunk/Lib/sandbox/pyem/setup.py 2007-07-02 08:04:38 UTC (rev 3132)
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-# Last Change: Sat Jun 09 05:00 PM 2007 J
+# Last Change: Mon Jul 02 02:00 PM 2007 J
# TODO:
# - check how to handle cmd line build options with distutils and use
# it in the building process
@@ -28,7 +28,7 @@
from numpy.distutils.misc_util import Configuration
config = Configuration(package_name,parent_package,top_path,
version = VERSION)
- config.add_subpackage('data')
+ #config.add_subpackage('data')
config.add_data_dir('tests')
config.add_data_dir('profile_data')
config.add_extension('c_gden',
More information about the Scipy-svn
mailing list