Merge branch 'master' of ssh://github.com/tito/kivy into android-support

This commit is contained in:
Mathieu Virbel 2011-06-10 02:42:29 +02:00
commit 2655c9dccc
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,7 @@ if True:
#extracts all examples files except sandbox
data_file_prefix = 'share/kivy-'
examples = {}
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg',
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg', 'json',
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv')
for root, subFolders, files in walk('examples'):
if 'sandbox' in root:
@ -233,6 +233,7 @@ setup(
package_dir={'kivy': 'kivy'},
package_data={'kivy': [
'data/*.kv',
'data/*.json',
'data/fonts/*.ttf',
'data/images/*.png',
'data/images/*.jpg',