Skip to content

Commit 4db1197

Browse files
committed
Added Setup file in recipes to bdists
1 parent c287810 commit 4db1197

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ def recursively_include(results, directory, patterns):
2929
results[directory] = []
3030
results[directory].append(join(*filename.split(sep)[1:]))
3131

32-
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', ])
32+
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', 'Setup'])
3333
recursively_include(package_data, 'pythonforandroid/bootstraps',
3434
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png'])
3535

36-
# package_data.update(data_files)
37-
print('package_data is', package_data)
38-
39-
4036
setup(name='python-for-android',
4137
version='0.2',
4238
description='Android APK packager for Python scripts and apps',

0 commit comments

Comments
 (0)