File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717setup (
1818 name = 'adb' ,
1919 packages = ['adb' ],
20- version = 'TBD ' ,
20+ version = '1.1.0 ' ,
2121 author = 'Fahrzin Hemmati' ,
2222 author_email = 'fahhem@gmail.com' ,
23+ maintainer = 'alusco@google.com' ,
24+ maintainer_email = 'Alex Lusco' ,
2325 url = 'https://github.com/google/python-adb' ,
2426 description = 'A pure python implementation of the Android ADB and Fastboot protocols' ,
2527 long_description = '''
4749 classifiers = [
4850 'Development Status :: 4 - Beta' ,
4951 'License :: OSI Approved :: Apache Software License' ,
50- 'Operating System :: Android' ,
5152 'Programming Language :: Python' ,
5253 #'Programming Language :: Python :: 3', ## import cStringIO fails with python3
53- 'Topic :: Software Development :: Testing' ,
54+ 'Topic :: Software Development :: Testing'
5455 ]
5556)
You can’t perform that action at this time.
0 commit comments