diff options
author | David Cournapeau <cournape@gmail.com> | 2008-02-09 13:01:45 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-02-09 13:01:45 +0000 |
commit | c9687d1511d2670bfe7b7927372457d1a1b77a1e (patch) | |
tree | 31651c90aceee45a1555037e57e84d909cd1fe42 /numpy/core/setup.py | |
parent | ce2316fae5e0c706917d2755e4f5f441ba77b465 (diff) | |
download | numpy-c9687d1511d2670bfe7b7927372457d1a1b77a1e.tar.gz |
Do not install config.h, since it not needed anymore for numpy API
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index e68d3137c..232d27ca1 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -155,7 +155,6 @@ def configuration(parent_package='',top_path=None): if incl_dir not in config.numpy_include_dirs: config.numpy_include_dirs.append(incl_dir) - config.add_data_files((header_dir,target)) return target def generate_numpyconfig_h(ext, build_dir): |