Skip to content

Commit 283e26e

Browse files
committed
Removed unused package data func in setup.py
1 parent e240bd2 commit 283e26e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

setup.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,8 @@
1212
package_data = {'': ['*.tmpl',
1313
'*.patch', ], }
1414

15-
1615
data_files = []
1716

18-
# Include any patches under recipes
19-
# recipes = {}
20-
# recipes_allowed_ext = ('patch', )
21-
# for root, subfolders, files in walk('pythonforandroid/recipes'):
22-
# for fn in files:
23-
# ext = fn.split('.')[-1].lower()
24-
# if ext not in recipes_allowed_ext:
25-
# continue
26-
# filename = join(root, fn)
27-
# # directory = '%s%s' % (data_file_prefix, dirname(filename))
28-
# directory = root
29-
# if not directory in recipes:
30-
# recipes[directory] = []
31-
# recipes[directory].append(filename)
32-
33-
# print('recipes is', recipes)
34-
# data_files = recipes.items()
35-
3617
def recursively_include(results, directory, patterns):
3718
for root, subfolders, files in walk(directory):
3819
for fn in files:

0 commit comments

Comments
 (0)