Skip to content

Commit 4d513eb

Browse files
committed
Added *.mk to packages
1 parent 4db1197 commit 4d513eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)