summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index f06762445..e68d3137c 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -189,6 +189,7 @@ def configuration(parent_package='',top_path=None):
print target_f.read()
target_f.close()
print 'EOF'
+ config.add_data_files((header_dir, target))
return target
def generate_api_func(module_name):