Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 0b15f4f

Browse files
greateggsgregfahhem
authored andcommitted
Changed console scripts entry points to use names that dont conflict with android's existing tool names (#88)
1 parent 854be63 commit 0b15f4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
],
8181
entry_points={
8282
"console_scripts": [
83-
"adb = adb.adb_debug:main",
84-
"fastboot = adb.fastboot_debug:main",
83+
"pyadb = adb.adb_debug:main",
84+
"pyfastboot = adb.fastboot_debug:main",
8585
],
8686
}
8787

0 commit comments

Comments
 (0)