We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bdd47 commit 21ed881Copy full SHA for 21ed881
1 file changed
setup.py
@@ -33,7 +33,7 @@ def recursively_include(results, directory, patterns):
33
['*.patch', 'Setup', '*.pyx', '*.py'])
34
recursively_include(package_data, 'pythonforandroid/bootstraps',
35
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36
- '*.mk', '*.c', '*.h', '*.py'])
+ '*.mk', '*.c', '*.h', '*.py', '*.sh'])
37
38
['sdl-config', ])
39
recursively_include(package_data, 'pythonforandroid',
0 commit comments