diff options
author | Alex Willmer <alex@moreati.org.uk> | 2015-08-05 17:30:14 +0100 |
---|---|---|
committer | Alex Willmer <alex@moreati.org.uk> | 2015-08-05 17:30:14 +0100 |
commit | eb0caab1c6d3fdad45b7c534c933e8bd738faf4e (patch) | |
tree | 58073bb791ea63c88b99db377f2f98828d3fc38f /numpy | |
parent | ff668ba0d7652c12b28a6b6f9dbb3b581a383833 (diff) | |
download | numpy-eb0caab1c6d3fdad45b7c534c933e8bd738faf4e.tar.gz |
DOC: Add warning about numpy._build_utils
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/_build_utils/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/numpy/_build_utils/README b/numpy/_build_utils/README new file mode 100644 index 000000000..a817e9c5d --- /dev/null +++ b/numpy/_build_utils/README @@ -0,0 +1,8 @@ +======= +WARNING +======= + +This directory (numpy/_build_utils) is *not* part of the pubic numpy API, + - it is internal build support for numpy. + - it is only present in source distributions or during an in place build + - it is *not* installed with the rest of numpy |