Skip to content

Commit e70b4bb

Browse files
authored
Merge pull request kivy#1204 from QuadTriangle/patch-1
setup.py: fix installation
2 parents 5539b01 + f7e2ed9 commit e70b4bb

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)