Skip to content

Commit 0efc41e

Browse files
committed
Included liblink and biglink in bdists
1 parent 0fa758e commit 0efc41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def recursively_include(results, directory, patterns):
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
3636
'*.mk', '*.c', '*.py'])
37+
recursively_include(package_data, 'pythonforandroid',
38+
['liblink', 'biglink'])
3739

3840
setup(name='python-for-android',
3941
version='0.2',

0 commit comments

Comments
 (0)