We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24831df commit 55c5abfCopy full SHA for 55c5abf
1 file changed
setup.py
@@ -31,7 +31,7 @@ def recursively_include(results, directory, patterns):
31
32
recursively_include(package_data, 'pythonforandroid/recipes',
33
['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h',
34
- '*.mk', ])
+ '*.mk', '*.jam', ])
35
recursively_include(package_data, 'pythonforandroid/bootstraps',
36
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
37
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
0 commit comments