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
commit6e2f6769f41da27cfa50193b4a9accd59b9a1017 (patch)
treecec15d66b239dad243e4977d2d233d2deda89d80 /MANIFEST.in
parentd0c093b8e80972bf5097d6d210b2cc8af0598696 (diff)
downloadpython-coveragepy-6e2f6769f41da27cfa50193b4a9accd59b9a1017.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 ce340f6..907d9d0 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