diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-18 23:12:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-18 23:12:03 -0400 |
commit | 2fbb89325ace18b787fc5f392cb7659a36b005dc (patch) | |
tree | b6a305665a1457cfb6a17764e56a7c27a6a1ff44 /MANIFEST.in | |
parent | 1a585ae90f9ea2a1a30ee73880c222674e21c188 (diff) | |
download | python-coveragepy-git-2fbb89325ace18b787fc5f392cb7659a36b005dc.tar.gz |
'prune' is for directories, and it turns out we don't need to 'exclude' this file either, it was never included in the first place.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 19663a2d..65a60a06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,4 +9,3 @@ include README.txt include CHANGES.txt include AUTHORS.txt prune test -prune __main__.py |