We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2b5f commit d5d571dCopy full SHA for d5d571d
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