From cdac32238efd47630263ca8c0e0ec89418add57e Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Thu, 28 Jun 2018 10:35:12 -0700 Subject: [PATCH] Changed MANIFEST.in to match *_test?.atr* automatically --- MANIFEST.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 772895f..aba0026 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,12 +2,8 @@ include LICENSE include README.rst recursive-include scripts * include atrcopy/templates/* -include test_data/dos*atr -include test_data/sd*atr -include test_data/container*gz -include test_data/container*bz2 -include test_data/container*xz -include test_data/container*dcm +include test_data/*_test?.atr +include test_data/*_test?.atr.* include test_data/*.xex include test_data/rebuild.sh include test_data/create_binary.py