Skip to content

Commit 3972591

Browse files
committed
Moved bdist_apk.py to bdistapk.py
1 parent 1c6f3ac commit 3972591

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def recursively_include(results, directory, patterns):
5757
'p4a = pythonforandroid.toolchain:main',
5858
],
5959
'distutils.commands': [
60-
'apk = pythonforandroid.bdist_apk:BdistAPK',
60+
'apk = pythonforandroid.bdistapk:BdistAPK',
6161
],
6262
},
6363
classifiers = [

0 commit comments

Comments
 (0)