summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2020-12-31 09:36:04 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2020-12-31 09:36:04 +0900
commit968808213079cc6eafba13a6d6b253cebe022672 (patch)
treea942412a1014708aa27372b896117af4185e7d08 /MANIFEST.in
parentfc640bff22bac42b2b132b5ef68c803ee89d0535 (diff)
downloadpython-numpy-968808213079cc6eafba13a6d6b253cebe022672.tar.gz
python-numpy-968808213079cc6eafba13a6d6b253cebe022672.tar.bz2
python-numpy-968808213079cc6eafba13a6d6b253cebe022672.zip
Imported Upstream version 1.16.3upstream/1.16.3
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e15e0e58a..647e2f704 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,15 +11,18 @@ include site.cfg.example
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
+# Note that sub-directories that don't have __init__ are apparently not
+# included by 'recursive-include', so list those separately
+recursive-include numpy *
recursive-include numpy/_build_utils *
-recursive-include numpy/linalg/lapack_lite *.c *.h
+recursive-include numpy/linalg/lapack_lite *
include runtests.py
include tox.ini pytest.ini .coveragerc
recursive-include tools *
# Add sdist files whose use depends on local configuration.
include numpy/core/src/common/cblasfuncs.c
include numpy/core/src/common/python_xerbla.c
-# Adding scons build related files not found by distutils
+# Adding build related files not found by distutils
recursive-include numpy/core/code_generators *.py *.txt
recursive-include numpy/core *.in *.h
# Add documentation and benchmarks: we don't use add_data_dir since we do not