summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-08-29 09:30:34 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-08-29 10:04:44 -0600
commit529ee89447f03d007498cb2997eec9c93eae83fe (patch)
treec911f149ec35ec72a89a039ea57308f9b1c1abf4 /numpy
parentaa86ff47eeae89e91e7b679e9e50b500b961c584 (diff)
downloadnumpy-529ee89447f03d007498cb2997eec9c93eae83fe.tar.gz
MAINT: Remove references to Bento.
Bento builds are no longer supported, so remove references to that built system.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/setup.py b/numpy/setup.py
index 58bb7dc93..4ccdaeea5 100644
--- a/numpy/setup.py
+++ b/numpy/setup.py
@@ -6,7 +6,6 @@ def configuration(parent_package='',top_path=None):
from numpy.distutils.misc_util import Configuration
config = Configuration('numpy', parent_package, top_path)
- # If you update this list, then also update the file numpy/bento.info
config.add_subpackage('compat')
config.add_subpackage('core')
config.add_subpackage('distutils')