From 9bbfba1f7816b60632f7a365abd91c696455e69b Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Wed, 4 Jan 2017 18:56:33 +0100 Subject: [PATCH] Include missing zip files closes #4882 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34ebcd386..850dafaeb 100644 --- a/setup.py +++ b/setup.py @@ -863,7 +863,7 @@ data_file_prefix = 'share/kivy-' examples = {} examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg', 'json', 'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv', 'mpg', - 'glsl') + 'glsl', 'zip') for root, subFolders, files in walk('examples'): for fn in files: ext = fn.split('.')[-1].lower()