diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-03 14:07:13 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-12-03 14:07:13 -0700 |
commit | 93977b66044a9b07556573fc01a8f15c3bb0407e (patch) | |
tree | e632ca19ff74bdd7778ebaa7a1605d84bff18558 | |
parent | d69d51c0d26fef3f8914aaa3d9af21348fe7a043 (diff) | |
parent | 07b11e8676f43e9fe2f1dc1cb5c777728ada0f04 (diff) | |
download | numpy-93977b66044a9b07556573fc01a8f15c3bb0407e.tar.gz |
Merge pull request #6715 from charris/fix-gh-6694
BUG: Include relevant files from numpy/linalg/lapack_lite in sdist.
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 56d40efbf..3695dfe57 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,7 @@ include numpy/random/mtrand/generate_mtrand_c.py recursive-include numpy/random/mtrand *.pyx *.pxd # Add build support that should go in sdist, but not go in bdist/be installed recursive-include numpy/_build_utils * +recursive-include numpy/linalg/lapack_lite *.c *.h # Add sdist files whose use depends on local configuration. include numpy/core/src/multiarray/cblasfuncs.c include numpy/core/src/multiarray/python_xerbla.c |