summaryrefslogtreecommitdiff
path: root/weave/setup_weave.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-26 20:18:56 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-26 20:18:56 +0000
commitccd1c3db37672627aa4fe0fdb5437f5dddc0fe86 (patch)
treef1bb4da472d92a03e6705e79d074aa4fdeb93bf2 /weave/setup_weave.py
parent8ac222e304fdd59394725d27e82168a95eadaf1c (diff)
downloadnumpy-ccd1c3db37672627aa4fe0fdb5437f5dddc0fe86.tar.gz
Added weave.
Diffstat (limited to 'weave/setup_weave.py')
-rwxr-xr-xweave/setup_weave.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/weave/setup_weave.py b/weave/setup_weave.py
index 320a69065..972121054 100755
--- a/weave/setup_weave.py
+++ b/weave/setup_weave.py
@@ -13,10 +13,10 @@ def configuration(parent_package='',parent_path=None):
config.add_subpackage(dot_join(parent_package, 'tests'),test_path)
scxx_files = glob(os.path.join(local_path,'scxx','*.*'))
install_path = os.path.join(parent_path,'weave','scxx')
- config.add_data_dir(os.path.join(local_path,'scxx'))
- config.add_data_dir(os.path.join(local_path,'blitz','blitz'))
- config.add_data_dir(os.path.join(local_path,'blitz','blitz','array'))
- config.add_data_dir(os.path.join(local_path,'blitz','blitz','meta'))
+ config.add_data_dir('scxx')
+ config.add_data_dir(os.path.join('blitz','blitz'))
+ config.add_data_dir(os.path.join('blitz','blitz','array'))
+ config.add_data_dir(os.path.join('blitz','blitz','meta'))
config.add_data_files(*glob(os.path.join(local_path,'doc','*.html')))
config.add_data_files(*glob(os.path.join(local_path,'examples','*.py')))
return config