Skip to content

Commit 5ccaf67

Browse files
committed
Added webview bootstrap html files to git
1 parent e6e45f6 commit 5ccaf67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prune doc/build
77
recursive-include pythonforandroid *.py *.tmpl biglink liblink
88
recursive-include pythonforandroid/recipes *.py *.patch *.c *.pyx Setup *.h
99

10-
recursive-include pythonforandroid/bootstraps *.properties *.xml *.java *.tmpl *.txt *.png *.aidl *.py *.sh *.c *.h
10+
recursive-include pythonforandroid/bootstraps *.properties *.xml *.java *.tmpl *.txt *.png *.aidl *.py *.sh *.c *.h *.html
1111

1212
prune .git
1313
prune pythonforandroid/bootstraps/pygame/build/libs

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def recursively_include(results, directory, patterns):
3737
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
3838
recursively_include(package_data, 'pythonforandroid/bootstraps',
3939
['sdl-config', ])
40+
recursively_include(package_data, 'pythonforandroid/bootstraps/webview',
41+
['*.html', ])
4042
recursively_include(package_data, 'pythonforandroid',
4143
['liblink', 'biglink', 'liblink.sh'])
4244

0 commit comments

Comments
 (0)