Skip to content

Commit 22694f5

Browse files
committed
Documented choice of package_data technique
1 parent 1735073 commit 22694f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
data_files = []
1616

17+
# By specifying every file manually, package_data will be able to
18+
# include them in binary distributions. Note that we have to add
19+
# everything as a 'pythonforandroid' rule, using '' apparently doesn't
20+
# work.
1721
def recursively_include(results, directory, patterns):
1822
for root, subfolders, files in walk(directory):
1923
for fn in files:

0 commit comments

Comments
 (0)