diff options
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 4b616c390..7b32d506c 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -555,7 +555,6 @@ def configuration(parent_package='',top_path=None): 'include/numpy/fenv/fenv.c', 'include/numpy/fenv/fenv.h', join(codegen_dir,'genapi.py'), - join(codegen_dir,'*.txt') ] # Don't install fenv unless we need them. |