From 9c8f90d69a8fc5b9712528e49254a3e9bdce4c34 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 17 Nov 2012 23:32:01 -0500 Subject: Add tests and docs to the kit, though they are not installed. #137 --HG-- rename : doc/branches.py => lab/branches.py --- MANIFEST.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1