We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109b6f commit ebf8817Copy full SHA for ebf8817
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from distutils.core import setup
+from setuptools import setup
16
17
setup(
18
name = 'adb',
@@ -43,7 +43,7 @@
43
44
keywords = ['android', 'adb', 'fastboot'],
45
46
- requires = ['python-gflags>=2.0', 'libusb1>=1.0.16', 'M2Crypto>=0.21.1'],
+ install_requires = ['python-gflags>=2.0', 'libusb1>=1.0.16', 'M2Crypto>=0.21.1'],
47
48
extra_requires = {
49
'fastboot': 'progressbar>=2.3'
0 commit comments