Skip to content

Commit a5fff63

Browse files
committed
Added .jpg to bootstrap includes
1 parent 7ecb59c commit a5fff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def recursively_include(results, directory, patterns):
3333
['*.patch', 'Setup', '*.pyx', '*.py', '*.c', '*.h', ])
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36-
'*.mk', '*.c', '*.h', '*.py', '*.sh'])
36+
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg'])
3737
recursively_include(package_data, 'pythonforandroid/bootstraps',
3838
['sdl-config', ])
3939
recursively_include(package_data, 'pythonforandroid',

0 commit comments

Comments
 (0)