summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-17 23:32:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-17 23:32:01 -0500
commit2fe6712b7c2a1e89b6465edc64089be2b14dd1cf (patch)
tree95593b3cc6555bef8fb97de314d6448a885b0f53 /MANIFEST.in
parent13bf18961fdcb2c83975cec3d61854517d9d7240 (diff)
downloadpython-coveragepy-2fe6712b7c2a1e89b6465edc64089be2b14dd1cf.tar.gz
Add tests and docs to the kit, though they are not installed. #137
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7bb26ac..0150d90 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,10 @@ include setup.py
include README.txt
include CHANGES.txt
include AUTHORS.txt
+include requirements.txt
+include igor.py
+include tox.ini
-prune test
+recursive-include test *
+recursive-include doc *.rst
global-exclude *.pyc