You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package version 1.0.0 from PyPi could not be installed. This was due to the code not being organized in a package. This should be fixed in this issue.
Create a python package adb_pywrapper (note the underscore, a dash will not work)
move adb-pywrapper.py to this package
move the contents of adb_init.py to the package init
improve the setup.py to find the package
refactor the contents of adb_pywrapper.py so the imports are clean
adjust the README to match the correct imports
The text was updated successfully, but these errors were encountered:
The package version 1.0.0 from PyPi could not be installed. This was due to the code not being organized in a package. This should be fixed in this issue.
The text was updated successfully, but these errors were encountered: