diff --git a/setup.py b/setup.py index 4db62a52a7..f091a3d3ab 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def recursively_include(results, directory, patterns): recursively_include(package_data, 'pythonforandroid/bootstraps', ['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png', '*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', - '*.gradle', ]) + '*.gradle', '.gitkeep', 'gradlew*', '*.jar', ]) recursively_include(package_data, 'pythonforandroid/bootstraps', ['sdl-config', ]) recursively_include(package_data, 'pythonforandroid/bootstraps/webview',