summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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