setup: ensure that kv files are copied

This commit is contained in:
Mathieu Virbel 2011-02-01 00:25:15 +01:00
parent 7f2c9750b3
commit a98c31b3a5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if True:
data_file_prefix = 'share/kivy-'
examples = {}
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg',
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl')
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv')
for root, subFolders, files in walk('examples'):
if 'sandbox' in root:
continue