summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 52c53deb4..104a7986a 100644
--- a/numpy/random/setup.py
+++ b/numpy/random/setup.py
@@ -31,6 +31,7 @@ def configuration(parent_package='',top_path=None):
)
config.add_data_files(('.', join('mtrand', 'randomkit.h')))
+ config.add_data_dir('tests')
return config