Skip to content

Commit 71458dd

Browse files
committed
Added more extensions to bootstrap included files
1 parent 8e8f68b commit 71458dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ def recursively_include(results, directory, patterns):
2929
results[directory] = []
3030
results[directory].append(join(*filename.split(sep)[1:]))
3131

32-
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', 'Setup'])
32+
recursively_include(package_data, 'pythonforandroid/recipes',
33+
['*.patch', 'Setup', '*.pyx', '*.py'])
3334
recursively_include(package_data, 'pythonforandroid/bootstraps',
3435
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
35-
'*.mk', '*.c'])
36+
'*.mk', '*.c', '*.py'])
3637

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

0 commit comments

Comments
 (0)