8000 Merge pull request #592 from kived/setup-missing-files · kived/python-for-android@8ee5e0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ee5e0a

Browse files
committed
Merge pull request kivy#592 from kived/setup-missing-files
add missing files to setup.py
2 parents 767f911 + d5d571d commit 8ee5e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ 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', '*.c', '*.h', ])
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', '*.jpg', '*.aidl', ])
3737
recursively_include(package_data, 'pythonforandroid/bootstraps',
3838
['sdl-config', ])
3939
recursively_include(package_data, 'pythonforandroid',
40-
['liblink', 'biglink'])
40+
['liblink', 'biglink', 'liblink.sh'])
4141

4242
setup(name='python-for-android',
4343
version='0.3',

0 commit comments

Comments
 (0)
0