summaryrefslogtreecommitdiff
path: root/numpy/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-14 23:15:21 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-14 23:15:21 +0000
commitf77587b2cd9091a99a31bb0d5f99c57cc077aa8e (patch)
tree8894af7b880beece61903e47dd84c7205e3ee8d3 /numpy/setup.py
parent06acb9555bf64997423b124620fb469cab24cb2b (diff)
downloadnumpy-f77587b2cd9091a99a31bb0d5f99c57cc077aa8e.tar.gz
Fix Python 2.5 compatibility to work with new b3 release
Diffstat (limited to 'numpy/setup.py')
-rw-r--r--numpy/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/setup.py b/numpy/setup.py
index 61538ec28..ebc382096 100644
--- a/numpy/setup.py
+++ b/numpy/setup.py
@@ -15,6 +15,7 @@ def configuration(parent_package='',top_path=None):
config.add_subpackage('linalg')
config.add_subpackage('random')
config.add_data_dir('doc')
+ config.add_data_dir('tests')
config.make_config_py() # installs __config__.py
return config