summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-14 11:33:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-14 11:33:35 -0400
commit9f566e02d83aac5debf342990f1c70215ac1e3be (patch)
tree2469c23fd3afa7855761a98cb931ea973eaf838a /MANIFEST.in
parent4655976963304169e6579ad6d7714b2961d0fd0f (diff)
downloadpython-coveragepy-git-9f566e02d83aac5debf342990f1c70215ac1e3be.tar.gz
D'oh! Turns out the kits didn't have the htmlfiles assets in them!
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2120d843..ce340f66 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
# MANIFEST.in file for coverage.py
include coverage.egg-info/*.*
include coverage/*.py
+include coverage/htmlfiles/*.*
include ez_setup.py
include setup.py
include README.txt