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

Commit a5178ce

Browse files
delijatifahhem
authored andcommitted
Add entry_points to setup.py (#84)
1 parent bc74501 commit a5178ce

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,12 @@
5757
'Programming Language :: Python :: 2',
5858
'Programming Language :: Python :: 3',
5959
'Topic :: Software Development :: Testing'
60-
]
60+
],
61+
entry_points={
62+
"console_scripts": [
63+
"adb = adb.adb_debug:main",
64+
"fastboot = adb.fastboot_debug:main",
65+
],
66+
}
67+
6168
)

0 commit comments

Comments
 (0)