Skip to content

Commit 21ed881

Browse files
committed
Added *.sh to bootstrap bdist includes
1 parent d6bdd47 commit 21ed881

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'])
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36-
'*.mk', '*.c', '*.h', '*.py'])
36+
'*.mk', '*.c', '*.h', '*.py', '*.sh'])
3737
recursively_include(package_data, 'pythonforandroid/bootstraps',
3838
['sdl-config', ])
3939
recursively_include(package_data, 'pythonforandroid',

0 commit comments

Comments
 (0)