diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-18 11:24:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-18 12:23:05 -0500 |
commit | 740d257d6c6a1bd26900af5115aa9cfa2d3a8b40 (patch) | |
tree | e64144aad8658c504178ded75e98870d11fc2de0 /MANIFEST.in | |
parent | 2fb113e60c2733e640f92d737278431a1f670052 (diff) | |
download | python-coveragepy-git-740d257d6c6a1bd26900af5115aa9cfa2d3a8b40.tar.gz |
Rename farm to gold, since that's what it is
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 195980cb..a06c0562 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -35,7 +35,7 @@ prune doc/_build recursive-include requirements *.pip recursive-include tests *.py *.tok -recursive-include tests/farm */gold*/*.* */gold*/*/*.* +recursive-include tests/gold *.* recursive-include tests js/*.* qunit/*.* prune tests/eggsrc/build |