Skip to content

Commit 0cea34b

Browse files
committed
Include .coveragerc to support runtests.py. numpy#19617
1 parent cc7f150 commit 0cea34b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ exclude LICENSES_bundled.txt
1212
exclude .*
1313
exclude azure-*.yml
1414

15+
# Include coveragerc for runtests.py
16+
include .coveragerc
17+
1518
# Sub-directories. Included are: numpy/, doc/, benchmarks/, tools/
1619
include numpy/_version.py
1720
recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in

0 commit comments

Comments
 (0)