diff options
author | David Cournapeau <cournape@gmail.com> | 2009-10-08 13:57:27 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-10-08 13:57:27 +0000 |
commit | 9afcc82c525035459dd29fcdef970552673ec2a2 (patch) | |
tree | e593ab918096f0ea4ad5641024ed99812449b1c3 /numpy/core/setup.py | |
parent | f758735fdd663b02968febf38e16beb20a9090a0 (diff) | |
download | numpy-9afcc82c525035459dd29fcdef970552673ec2a2.tar.gz |
ENH: do not use *_order.txt inputs anymore.
numscons build now uses the api dicts as Python Value nodes, and
distutils build uses the dict directly as well.
In the case of numscons, this means that changes in the API will now
automatically be detected and handled.
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. |