We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c4c01 commit 4047504Copy full SHA for 4047504
1 file changed
setup.py
@@ -32,7 +32,7 @@ def recursively_include(results, directory, patterns):
32
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', 'Setup'])
33
recursively_include(package_data, 'pythonforandroid/bootstraps',
34
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
35
- '*.mk', ])
+ '*.mk', '*.c'])
36
37
setup(name='python-for-android',
38
version='0.2',
0 commit comments