mirror of https://github.com/kivy/kivy.git
setup: ensure that kv files are copied
This commit is contained in:
parent
7f2c9750b3
commit
a98c31b3a5
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue