diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 16:06:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 16:06:00 -0400 |
commit | f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2 (patch) | |
tree | 6b78e22c1f5a2e827bba40a33bd642c1e7b38f63 /MANIFEST.in | |
parent | 1a27df4c768e5a183ddd0f890d139996ffc52778 (diff) | |
download | python-coveragepy-git-f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2.tar.gz |
Improve doc tooling
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 32cc1809..b30f8851 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -34,7 +34,7 @@ exclude ci/*.token recursive-include coverage/fullcoverage *.py recursive-include coverage/ctracer *.c *.h -recursive-include doc conf.py *.pip *.rst *.txt *.png +recursive-include doc *.py *.pip *.rst *.txt *.png recursive-include doc/_static *.* prune doc/_build |