Skip to content

Commit

Permalink
Include .coveragerc to support runtests.py. numpy#19617
Browse files Browse the repository at this point in the history
  • Loading branch information
limburgher committed Aug 5, 2021
1 parent cc7f150 commit 0cea34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cea34b

Please sign in to comment.