We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1735073 commit 22694f5Copy full SHA for 22694f5
setup.py
@@ -14,6 +14,10 @@
14
15
data_files = []
16
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.
21
def recursively_include(results, directory, patterns):
22
for root, subfolders, files in walk(directory):
23
for fn in files:
0 commit comments