summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-08-15 20:36:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-08-15 20:36:34 -0400
commite5f9d774506fa3b39b95e10b10967ee80e0607d9 (patch)
treeae8b1d2409117a24650b08aed4dc4fc33bb02387 /MANIFEST.in
parent762961e57e141af9304d345932f9e23ed9f40044 (diff)
downloadpython-coveragepy-git-e5f9d774506fa3b39b95e10b10967ee80e0607d9.tar.gz
Include __main__.py in the source kit. Fixes #255.
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 d2712d98..72246745 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,7 @@ recursive-include coverage/fullcoverage *
include coverage.egg-info/*.*
include setup.py
+include __main__.py
include README.txt
include CHANGES.txt
include AUTHORS.txt