From bdb2f2209bf71105c83414e6653c2714739a94f0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 15 Jan 2011 12:02:31 -0800 Subject: [PATCH] Include some files that were left out. --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 88e49763de..7b19209695 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,9 @@ include LICENSE run_tests.sh ChangeLog include README builddeb.sh include MANIFEST.in pylintrc +include tests/__init__.py +include tests/stubs.py +include tests/test_data.py +include tests/utils.py graft doc graft tools