diff options
author | Gwyn Ciesla <gwync@protonmail.com> | 2021-08-05 12:03:47 -0500 |
---|---|---|
committer | Gwyn Ciesla <gwync@protonmail.com> | 2021-08-05 12:03:47 -0500 |
commit | 0cea34b42e1db8191ef788c539d2edecc40b7362 (patch) | |
tree | d030431878e61629b55f16cf25bf557b8b1367b2 | |
parent | cc7f1504aaf7b02de09ba87ee91dfe4446d90031 (diff) | |
download | numpy-0cea34b42e1db8191ef788c539d2edecc40b7362.tar.gz |
Include .coveragerc to support runtests.py. #19617
-rw-r--r-- | MANIFEST.in | 3 |
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 |