Skip to content

Commit 8f60443

Browse files
committed
Added doc to bdist_apk class
1 parent bbc1bee commit 8f60443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/bdist_apk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
from pythonforandroid import toolchain
44

55
class BdistAPK(Command):
6+
description = 'Create an APK with python-for-android'
67
user_options = []
8+
79
def initialize_options(sel):
810
print('initialising!')
911

0 commit comments

Comments
 (0)