From ca6076b1ad0430da271b11bfee620cd0ce495600 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Sun, 24 Jun 2018 23:13:35 -0700 Subject: [PATCH] Added compressed container examples to MANIFEST.in --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d00c7f5..772895f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,10 @@ 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/*.xex include test_data/rebuild.sh include test_data/create_binary.py