Skip to content

Commit 11c4c01

Browse files
committed
Added *.mk to packages
1 parent f5fd23b commit 11c4c01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def recursively_include(results, directory, patterns):
3131

3232
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', 'Setup'])
3333
recursively_include(package_data, 'pythonforandroid/bootstraps',
34-
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png'])
34+
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
35+
'*.mk', ])
3536

3637
setup(name='python-for-android',
3738
version='0.2',

0 commit comments

Comments
 (0)