Skip to content

Commit 0c46689

Browse files
committed
Added .c and .h files in recipe dirs to bdists
1 parent 1fa3f89 commit 0c46689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def recursively_include(results, directory, patterns):
3030
results[directory].append(join(*filename.split(sep)[1:]))
3131

3232
recursively_include(package_data, 'pythonforandroid/recipes',
33-
['*.patch', 'Setup', '*.pyx', '*.py'])
33+
['*.patch', 'Setup', '*.pyx', '*.py', '*.c', '*.h', ])
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
3636
'*.mk', '*.c', '*.h', '*.py', '*.sh'])

0 commit comments

Comments
 (0)