summaryrefslogtreecommitdiff
path: root/weave/setup_weave.py
diff options
context:
space:
mode:
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