From d20dcdd09728c3e4a6d8da592bfe741490e7c2c1 Mon Sep 17 00:00:00 2001 From: Dan Prince <dprince@redhat.com> Date: Thu, 14 Jun 2012 13:25:28 -0400 Subject: [PATCH] Add missing test/tools files to the tarball. Fixes LP Bug #1013292. Change-Id: I23ccc476d5e1fa2b131d93970fd3f0e65d633fab --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index fb1d2082..56af7008 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,7 @@ include AUTHORS include ChangeLog include LICENSE include README.rst +include run_tests.sh tox.ini recursive-include doc * recursive-include tests * +recursive-include tools *