From ff668ba0d7652c12b28a6b6f9dbb3b581a383833 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 5 Aug 2015 17:21:33 +0100 Subject: 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. --- numpy/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/setup.py') 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') -- cgit v1.2.1