Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 18f022b

Browse files
committed
added Alex as Maintainer, set version to 1.1.0
1 parent bc96c02 commit 18f022b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
setup(
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 = '''
@@ -47,9 +49,8 @@
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
)

0 commit comments

Comments
 (0)