From 3b3faa1013347645cb295a148b02ab98fe4bc861 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 25 Jan 2013 11:12:18 +0100 Subject: [PATCH] add more include_exts by default --- buildozer/default.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index 7dc8bd5..5579922 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -13,7 +13,7 @@ package.domain = org.test source.dir = . # (list) Source files to include (let empty to include all the files) -source.include_exts = py,png,jpg +source.include_exts = py,png,jpg,kv,atlas # (list) Source files to exclude (let empty to not excluding anything) #source.exclude_exts = spec