Skip to content

Commit 33e15ae

Browse files
committed
Added p4a console_script in setup.py
1 parent 8f60443 commit 33e15ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
entry_points={
1515
'console_scripts': [
1616
'python-for-android = pythonforandroid.toolchain:ToolchainCL',
17+
'p4a = pythonforandroid.toolchain:ToolchainCL',
1718
],
1819
'distutils.commands': [
19-
'apktest = pythonforandroid.bdist_apk:BdistAPK',
20+
'bdist_apk = pythonforandroid.bdist_apk:BdistAPK',
2021
],
2122
},
2223
)

0 commit comments

Comments
 (0)