From 111af836eafadecf97f4dde7c9f75c09e3aa721f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 16 Oct 2018 12:02:49 +0200 Subject: [PATCH] Include all test fixtures in source tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Listing all possible file extensions is error-prone. 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 715818ab..90cc4f59 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,6 @@ include doc/_static/* include tests/* include tests/data/* include tests/data/specs/* -recursive-include tests/fixtures *.iso *.json *.log *.rpm *.xml *.bz2 *.gz MD5SUM SHA1SUM SHA256SUM *.treeinfo *.in +recursive-include tests/fixtures * global-exclude *.py[co] global-exclude *~ *.sw? \#*\#