We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8bfe9 commit 5a99afaCopy full SHA for 5a99afa
1 file changed
setup.py
@@ -34,7 +34,8 @@ def recursively_include(results, directory, patterns):
34
'*.mk', '*.jam', ])
35
recursively_include(package_data, 'pythonforandroid/bootstraps',
36
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
37
- '*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
+ '*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl',
38
+ '*.gradle', ])
39
40
['sdl-config', ])
41
recursively_include(package_data, 'pythonforandroid/bootstraps/webview',
0 commit comments