diff options
Diffstat (limited to 'bento.info')
-rw-r--r-- | bento.info | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/bento.info b/bento.info index f1ce54cec..52d80475d 100644 --- a/bento.info +++ b/bento.info @@ -34,21 +34,6 @@ Classifiers: Operating System :: Unix, Operating System :: MacOS -Recurse: - numpy/core, - numpy/fft, - numpy/lib, - numpy/linalg, - numpy/random - -HookFile: - bscript, - numpy/core/bscript, - numpy/fft/bscript, - numpy/lib/bscript, - numpy/linalg/bscript, - numpy/random/bscript - ExtraSourceFiles: setup.py, numpy/core/include/numpy/*.h, @@ -84,6 +69,15 @@ DataFiles: tests random/tests/*.py, testing/tests/*.py +Recurse: + numpy/core, + numpy/fft, + numpy/lib, + numpy/linalg, + numpy/random + +HookFile: bscript + Library: Packages: numpy, |