Skip to content

Commit d6bdd47

Browse files
committed
Added *.h and *.sh to bdists
1 parent 0efc41e commit d6bdd47

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ include LICENSE README.md
44
recursive-include doc *
55
prune doc/build
66

7-
recursive-include pythonforandroid *.py *.tmpl
7+
recursive-include pythonforandroid *.py *.tmpl biglink liblink
88
recursive-include pythonforandroid/recipes *.py *.patch *.c *.pyx
99

1010
recursive-include pythonforandroid/bootstraps *.properties *.xml *.java *.tmpl *.txt *.png
11-
11+
1212
prune .git
1313
prune pythonforandroid/bootstraps/pygame/build/libs

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def recursively_include(results, directory, patterns):
3333
['*.patch', 'Setup', '*.pyx', '*.py'])
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36-
'*.mk', '*.c', '*.py'])
36+
'*.mk', '*.c', '*.h', '*.py'])
37+
recursively_include(package_data, 'pythonforandroid/bootstraps',
38+
['sdl-config', ])
3739
recursively_include(package_data, 'pythonforandroid',
3840
['liblink', 'biglink'])
3941

0 commit comments

Comments
 (0)