chao-peng / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
0 stars 0 forks source link

Fix ModuleNotFoundError: No module named 'start' #2

Open mentatbot[bot] opened 2 months ago

mentatbot[bot] commented 2 months ago

Resolved the issue where running "droidbot -h" failed with a ModuleNotFoundError. Updated the entry point in setup.py to correctly reference 'droidbot.start:main' instead of 'start:main'. This should ensure the droidbot command works as expected after installation.

Closes #1