From 0697675e127eaf42e10c19591013727d55434676 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jun 2013 09:02:29 +0200 Subject: [PATCH] Include .testr.conf in source tarball In order to run tests in the release tarball, include the .testr.conf Change-Id: Ibc931400684a9aff240c097f874ac9d8df0c46c8 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 387d20f2..1de467ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ include LICENSE include README.md include ChangeLog include tox.ini +include .testr.conf recursive-include doc * recursive-include tests * recursive-include tools *