summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-11-29 12:27:12 -0700
committerCharles Harris <charlesr.harris@gmail.com>2017-11-29 18:13:43 -0700
commit4973d932cd2309f64ff4ad8d0d46f06646684592 (patch)
tree50690906e82b0364dc27e10100d8ce2c3845b46b /MANIFEST.in
parent054d93a459f68109ceac52ec14213cec5b191ef5 (diff)
downloadnumpy-4973d932cd2309f64ff4ad8d0d46f06646684592.tar.gz
BLD: Update MANIFEST.in
Exclude more development artifacts and include the `tox.ini` file.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0e11cb4f8..a15a05c63 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,7 @@ 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
+include tox.ini
# Add sdist files whose use depends on local configuration.
include numpy/core/src/multiarray/cblasfuncs.c
include numpy/core/src/multiarray/python_xerbla.c
@@ -26,4 +27,4 @@ recursive-include doc/sphinxext *
recursive-include tools/swig *
recursive-include doc/scipy-sphinx-theme *
-global-exclude *.pyc *.pyo *.pyd
+global-exclude *.pyc *.pyo *.pyd *.swp *.bak *~