We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc1bee commit 8f60443Copy full SHA for 8f60443
pythonforandroid/bdist_apk.py
@@ -3,7 +3,9 @@
3
from pythonforandroid import toolchain
4
5
class BdistAPK(Command):
6
+ description = 'Create an APK with python-for-android'
7
user_options = []
8
+
9
def initialize_options(sel):
10
print('initialising!')
11
0 commit comments