Skip to content

Commit 5a99afa

Browse files
committed
install *.gradle build scripts with bootstraps
1 parent 5a8bfe9 commit 5a99afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def recursively_include(results, directory, patterns):
3434
'*.mk', '*.jam', ])
3535
recursively_include(package_data, 'pythonforandroid/bootstraps',
3636
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
37-
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
37+
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl',
38+
'*.gradle', ])
3839
recursively_include(package_data, 'pythonforandroid/bootstraps',
3940
['sdl-config', ])
4041
recursively_include(package_data, 'pythonforandroid/bootstraps/webview',

0 commit comments

Comments
 (0)