summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwyn Ciesla <gwync@protonmail.com>2021-08-05 12:03:47 -0500
committerGwyn Ciesla <gwync@protonmail.com>2021-08-05 12:03:47 -0500
commit0cea34b42e1db8191ef788c539d2edecc40b7362 (patch)
treed030431878e61629b55f16cf25bf557b8b1367b2
parentcc7f1504aaf7b02de09ba87ee91dfe4446d90031 (diff)
downloadnumpy-0cea34b42e1db8191ef788c539d2edecc40b7362.tar.gz
Include .coveragerc to support runtests.py. #19617
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8ec62123b..ab6ecd518 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -12,6 +12,9 @@ exclude LICENSES_bundled.txt
exclude .*
exclude azure-*.yml
+# Include coveragerc for runtests.py
+include .coveragerc
+
# Sub-directories. Included are: numpy/, doc/, benchmarks/, tools/
include numpy/_version.py
recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in