summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authordmuellner <Daniel Müllner muellner@math.stanford.edu>2013-07-29 23:02:37 -0700
committerdmuellner <Daniel Müllner muellner@math.stanford.edu>2013-07-29 23:02:37 -0700
commitb5991e07ae8653b727a857efc4b8eaa732618575 (patch)
tree4d0a01c4cce8e388f314be45bec4dc24c19ca8c8 /numpy/core
parentc65472e9e123ad98d1fcd809cb3efb44e6205122 (diff)
downloadnumpy-b5991e07ae8653b727a857efc4b8eaa732618575.tar.gz
Reflect file name change in setup.py.
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/setup.py2
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'),
]