diff options
author | David Cournapeau <cournape@gmail.com> | 2011-03-16 01:26:56 -0400 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:24 +0200 |
commit | 75fedf0311fb4d5e62f8e05bce143fb3f95a6975 (patch) | |
tree | 8e90a481cf68a0ec8d488b02d18d937d605b32b4 /bento.info | |
parent | fd59c8328035c22533fb6d27c632aa651b76e7ae (diff) | |
download | numpy-75fedf0311fb4d5e62f8e05bce143fb3f95a6975.tar.gz |
BUG: extra source files section.
Diffstat (limited to 'bento.info')
-rw-r--r-- | bento.info | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bento.info b/bento.info index 862f445c4..460fa878d 100644 --- a/bento.info +++ b/bento.info @@ -50,10 +50,7 @@ HookFile: numpy/random/bscript ExtraSourceFiles: - numpy_templates.py, setup.py, - numpy/version.py.in, - numpy/__config__.py.in, numpy/core/include/numpy/*.h, numpy/core/include/numpy/*.in, numpy/core/include/numpy/fenv/*.h, @@ -90,6 +87,7 @@ DataFiles: tests Library: Packages: numpy, + numpy.build_utils, numpy.compat, numpy.core, numpy.core.code_generators, |