diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-06-26 22:05:54 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-06-26 22:05:54 +0000 |
commit | 4f442b4e66c4fa81d30b3ae152b8612ea23f1d99 (patch) | |
tree | a6510e6489c35e5cb28b6ff2381542835955e11f /numpy/numarray/setup.py | |
parent | a73855cf27d42778e31f7cdbb0be5f54131c27df (diff) | |
download | numpy-4f442b4e66c4fa81d30b3ae152b8612ea23f1d99.tar.gz |
Undo move to numpy_numarray.
Diffstat (limited to 'numpy/numarray/setup.py')
-rw-r--r-- | numpy/numarray/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/setup.py b/numpy/numarray/setup.py index 5e7a9bf29..39fc40152 100644 --- a/numpy/numarray/setup.py +++ b/numpy/numarray/setup.py @@ -5,7 +5,7 @@ def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration('numarray',parent_package,top_path) - config.add_data_files('numpy_numarray/*.h') + config.add_data_files('numpy/') # Configure fftpack_lite config.add_extension('_capi', |