mirror of https://github.com/kivy/kivy.git
parent
3191a2729f
commit
9bbfba1f78
2
setup.py
2
setup.py
|
@ -863,7 +863,7 @@ data_file_prefix = 'share/kivy-'
|
||||||
examples = {}
|
examples = {}
|
||||||
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg', 'json',
|
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg', 'json',
|
||||||
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv', 'mpg',
|
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv', 'mpg',
|
||||||
'glsl')
|
'glsl', 'zip')
|
||||||
for root, subFolders, files in walk('examples'):
|
for root, subFolders, files in walk('examples'):
|
||||||
for fn in files:
|
for fn in files:
|
||||||
ext = fn.split('.')[-1].lower()
|
ext = fn.split('.')[-1].lower()
|
||||||
|
|
Loading…
Reference in New Issue