diff options
-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 |