Skip to content

Commit f7e2ed9

Browse files
authored
setup.py: fix installation
fix all remaining issues of #1191
1 parent 8829312 commit f7e2ed9

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
@@ -46,7 +46,7 @@ def recursively_include(results, directory, patterns):
4646
recursively_include(package_data, 'pythonforandroid/bootstraps',
4747
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
4848
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl',
49-
'*.gradle', ])
49+
'*.gradle', '.gitkeep', 'gradlew*', '*.jar', ])
5050
recursively_include(package_data, 'pythonforandroid/bootstraps',
5151
['sdl-config', ])
5252
recursively_include(package_data, 'pythonforandroid/bootstraps/webview',

0 commit comments

Comments
 (0)