Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Delete unused _build_utils/common.py | Eric Wieser | 2018-02-01 | 1 | -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.in | Alex Willmer | 2015-08-05 | 1 | -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. |