diff options
author | David Cournapeau <cournape@gmail.com> | 2011-06-14 23:19:19 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:27 +0200 |
commit | dab6ffc037959ef8c2b621ecfc69bf132fdffc44 (patch) | |
tree | 4b2ae48e7cf6fdbbc01685c852be8e4b65b87ca0 | |
parent | e00b1585d27f4290b9875d9318e620dbce995450 (diff) | |
download | numpy-dab6ffc037959ef8c2b621ecfc69bf132fdffc44.tar.gz |
REF: use new recursive hook file support.
-rw-r--r-- | bento.info | 30 | ||||
-rw-r--r-- | numpy/bento.info | 24 |
2 files changed, 27 insertions, 27 deletions
diff --git a/bento.info b/bento.info index 52d80475d..4f5057263 100644 --- a/bento.info +++ b/bento.info @@ -69,34 +69,10 @@ DataFiles: tests random/tests/*.py, testing/tests/*.py -Recurse: - numpy/core, - numpy/fft, - numpy/lib, - numpy/linalg, - numpy/random - HookFile: bscript +Recurse: numpy + Library: Packages: - numpy, - numpy.build_utils, - numpy.compat, - numpy.core, - numpy.core.code_generators, - numpy.distutils, - numpy.distutils.command, - numpy.distutils.fcompiler, - numpy.doc, - numpy.f2py, - numpy.fft, - numpy.lib, - numpy.linalg, - numpy.ma, - numpy.matrixlib, - numpy.numarray, - numpy.oldnumeric, - numpy.polynomial, - numpy.random, - numpy.testing + numpy diff --git a/numpy/bento.info b/numpy/bento.info new file mode 100644 index 000000000..4235be897 --- /dev/null +++ b/numpy/bento.info @@ -0,0 +1,24 @@ +Recurse: + core, fft, lib, linalg, random + +Library: + Packages: + build_utils, + compat, + core, + core.code_generators, + distutils, + distutils.command, + distutils.fcompiler, + doc, + f2py, + fft, + lib, + linalg, + ma, + matrixlib, + numarray, + oldnumeric, + polynomial, + random, + testing |