We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438f86b commit f944fafCopy full SHA for f944faf
1 file changed
setup.py
@@ -20,8 +20,8 @@
20
version = '1.1.0',
21
author = 'Fahrzin Hemmati',
22
author_email = 'fahhem@gmail.com',
23
- maintainer = 'alusco@google.com',
24
- maintainer_email = 'Alex Lusco',
+ maintainer = 'Alex Lusco',
+ maintainer_email = 'alusco@google.com',
25
url = 'https://github.com/google/python-adb',
26
description = 'A pure python implementation of the Android ADB and Fastboot protocols',
27
long_description = '''
@@ -43,7 +43,7 @@
43
44
keywords = ['android', 'adb', 'fastboot'],
45
46
- requires = ['gflags', 'libusb1', 'M2Crypto'],
+ requires = ['python-gflags', 'libusb1', 'M2Crypto'],
47
48
## classifier list https://pypi.python.org/pypi?:action=list_classifiers
49
classifiers = [
0 commit comments