summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-17 09:53:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-17 09:53:31 -0500
commit34178ffbd95dc5b90407a22518fb2d08d95172c0 (patch)
treea7064f05aa64bd420502cddb9c074f0ccfc62db0 /MANIFEST.in
parenteb7e20302ed5a24af46701c31b6a365b9b8dfd5a (diff)
downloadpython-coveragepy-git-34178ffbd95dc5b90407a22518fb2d08d95172c0.tar.gz
No longer try to bootstrap setuptools. It is a pre-req. Closes #202
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 196db1c4..b1219521 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,8 +3,6 @@ include coverage.egg-info/*.*
include coverage/*.py
include coverage/htmlfiles/*.*
include coverage/fullcoverage/*.*
-include distribute_setup.py
-include ez_setup.py
include setup.py
include README.txt
include CHANGES.txt