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
commit9c8f90d69a8fc5b9712528e49254a3e9bdce4c34 (patch)
tree157990c696d33daff5258c31ea301b306c6c5558 /MANIFEST.in
parent99919c394b697ed0f260cfe338b5283e842073eb (diff)
downloadpython-coveragepy-git-9c8f90d69a8fc5b9712528e49254a3e9bdce4c34.tar.gz
Add tests and docs to the kit, though they are not installed. #137
--HG-- rename : doc/branches.py => lab/branches.py
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 7bb26ac0..0150d90e 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