diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-30 12:39:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-30 12:39:53 -0400 |
commit | cbd62929068f24a6cacb634fc8bc04a65cbb70ac (patch) | |
tree | e6de5f5a5f2ba34cf99cc81c73a7f882aab340ea | |
parent | 6cc7075c3db4ec6070c28b145d72c00e3a8a38df (diff) | |
download | python-coveragepy-git-cbd62929068f24a6cacb634fc8bc04a65cbb70ac.tar.gz |
No need to prune things we never included
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 536aa118..f79021f7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -40,7 +40,5 @@ recursive-include tests/farm */gold*/*.* */gold*/*/*.* recursive-include tests/farm/*/src * *.* recursive-include tests js/*.* qunit/*.* prune tests/eggsrc/build -prune tests/eggsrc/dist -prune tests/eggsrc/*.egg-info global-exclude *.py[co] |