summaryrefslogtreecommitdiff
path: root/numpy/setup.py
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2015-08-05 17:21:33 +0100
committerAlex Willmer <alex@moreati.org.uk>2015-08-05 17:21:33 +0100
commitff668ba0d7652c12b28a6b6f9dbb3b581a383833 (patch)
tree7a4033c5be2deefac3812c7a221d8c9a741454e4 /numpy/setup.py
parentf179ec92d8ddb0dc5f7445255022be5c4765a704 (diff)
downloadnumpy-ff668ba0d7652c12b28a6b6f9dbb3b581a383833.tar.gz
BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in
This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy.
Diffstat (limited to 'numpy/setup.py')
-rw-r--r--numpy/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/setup.py b/numpy/setup.py
index 9d8ff2ecd..58bb7dc93 100644
--- a/numpy/setup.py
+++ b/numpy/setup.py
@@ -7,7 +7,6 @@ def configuration(parent_package='',top_path=None):
config = Configuration('numpy', parent_package, top_path)
# If you update this list, then also update the file numpy/bento.info
- config.add_subpackage('build_utils')
config.add_subpackage('compat')
config.add_subpackage('core')
config.add_subpackage('distutils')