Skip to content

Commit

Permalink
build v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Jan 10, 2018
1 parent abbcbae commit 1e95c8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
setup(
name='pyapk',
packages=find_packages(),
version='0.1',
description='A simple program to install apks from a directory to android phone via adb',
version='v1.0',
license='MIT',
description='A simple program to install apks from a directory to android phone via adbSmall python program to install all apks on a directory(including apks in sub-directory of it) in your pc to android phones.',
author='Sujan Poudel',
author_email='psuzzn@gmail.com',
url='https://github.com/psuzn/PyApk',
Expand Down

0 comments on commit 1e95c8b

Please sign in to comment.