Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: remove _build_utils/waf.py. | Ralf Gommers | 2015-11-07 | 1 | -528/+0 |
| | | | | This was used by Bento, and support for Bento was removed in gh-6268. | ||||
* | MAINT: list litteral | Rémy Léone | 2015-11-07 | 1 | -4/+1 |
| | |||||
* | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in | Alex Willmer | 2015-08-05 | 1 | -0/+531 |
This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy. |