From b85d7ae787ac2ffc6ba1f2af36583f95e46d744b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 16 Nov 2016 08:53:10 +0100 Subject: [PATCH] Include test data in tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repodata for pungi tests should be shipped in the tarball. Signed-off-by: Lubomír Sedlář --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f416efdc..8c681bab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,4 @@ include doc/* include tests/* include tests/data/* include tests/data/*/* -include tests/fixtures/* +recursive-include tests/fixtures *.json *.xml *.bz2 *.gz