8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 767f911 + d5d571d commit 8ee5e0aCopy full SHA for 8ee5e0a
setup.py
@@ -30,14 +30,14 @@ def recursively_include(results, directory, patterns):
30
results[directory].append(join(*filename.split(sep)[1:]))
31
32
recursively_include(package_data, 'pythonforandroid/recipes',
33
- ['*.patch', 'Setup', '*.pyx', '*.py', '*.c', '*.h', ])
+ ['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h', ])
34
recursively_include(package_data, 'pythonforandroid/bootstraps',
35
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
37
38
['sdl-config', ])
39
recursively_include(package_data, 'pythonforandroid',
40
- ['liblink', 'biglink'])
+ ['liblink', 'biglink', 'liblink.sh'])
41
42
setup(name='python-for-android',
43
version='0.3',
0 commit comments