summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-28 20:06:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-28 20:06:28 -0400
commit1cf8962099a98829761fcf24f38e9acf77802f9c (patch)
tree6d3ce6f208f3e2198a7db05958ebf2be670b8d3a
parent8acd852de3faab4406bc05abf312ed18ed2985ca (diff)
downloadpython-coveragepy-git-1cf8962099a98829761fcf24f38e9acf77802f9c.tar.gz
Include doc image files in the sdist
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c9b345e1..ebc8116e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -28,7 +28,7 @@ exclude ci/appveyor.token
recursive-include coverage/fullcoverage *.py
recursive-include coverage/ctracer *.c *.h
-recursive-include doc conf.py *.pip *.rst *.txt
+recursive-include doc conf.py *.pip *.rst *.txt *.png
recursive-include doc/_static *.*
prune doc/_build