diff options
author | dmuellner <Daniel Müllner muellner@math.stanford.edu> | 2013-07-29 23:02:37 -0700 |
---|---|---|
committer | dmuellner <Daniel Müllner muellner@math.stanford.edu> | 2013-07-29 23:02:37 -0700 |
commit | b5991e07ae8653b727a857efc4b8eaa732618575 (patch) | |
tree | 4d0a01c4cce8e388f314be45bec4dc24c19ca8c8 /numpy/core | |
parent | c65472e9e123ad98d1fcd809cb3efb44e6205122 (diff) | |
download | numpy-b5991e07ae8653b727a857efc4b8eaa732618575.tar.gz |
Reflect file name change in setup.py.
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index b48414c2d..6656c9ed5 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -765,7 +765,7 @@ def configuration(parent_package='',top_path=None): join('include', 'numpy', 'npy_cpu.h'), join('include', 'numpy', 'numpyconfig.h'), join('include', 'numpy', 'ndarraytypes.h'), - join('include', 'numpy', 'npy_deprecated_api.h'), + join('include', 'numpy', 'npy_1_7_deprecated_api.h'), join('include', 'numpy', '_numpyconfig.h.in'), ] |