summaryrefslogtreecommitdiff
path: root/numpy/_build_utils/common.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Delete unused _build_utils/common.pyEric Wieser2018-02-011-138/+0
| | | | This file contains outdated copies of the functions in core/setup_common.py
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-0/+138
This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy.