Skip to content

Commit 134468f

Browse files
committed
Add *.diff to manifest and package_data
1 parent a633193 commit 134468f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ recursive-include doc *
66
prune doc/build
77

88
recursive-include pythonforandroid *.py *.tmpl biglink liblink
9-
recursive-include pythonforandroid/recipes *.py *.patch *.c *.pyx Setup *.h
9+
recursive-include pythonforandroid/recipes *.py *.patch *.diff *.c *.pyx Setup *.h
1010

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def recursively_include(results, directory, patterns):
4545

4646
recursively_include(package_data, 'pythonforandroid/recipes',
4747
['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h',
48-
'*.mk', '*.jam', ])
48+
'*.mk', '*.jam', '*.diff', ])
4949
recursively_include(package_data, 'pythonforandroid/bootstraps',
5050
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
5151
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl',

0 commit comments

Comments
 (0)