summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-30 06:58:57 -0500
commit61eb3e5f2d1bc9c6997073dca8db888b3d6eb410 (patch)
tree9084fdb8ff2ba5aaaba95474f440973e9e0daac2 /MANIFEST.in
parent2c883bf322dfaa6173efda3805b402b3c0ad1dbb (diff)
downloadpython-coveragepy-git-61eb3e5f2d1bc9c6997073dca8db888b3d6eb410.tar.gz
Use Distribute for 3.x, stick with setuptools for 2.x
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 ce340f66..907d9d0d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@
include coverage.egg-info/*.*
include coverage/*.py
include coverage/htmlfiles/*.*
+include distribute_setup.py
include ez_setup.py
include setup.py
include README.txt