Skip to content

Commit e45cedf

Browse files
committed
Added argparse to setup.py
1 parent f258776 commit e45cedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# NOTE: All package data is set in MANIFEST.in
55

66
setup(name='python-for-android',
7-
version='0.1',
7+
version='0.2',
88
description='Android APK packager for Python scripts and apps',
99
author='Alexander Taylor',
1010
author_email='[email protected]',
1111
url='https://github.com/inclement/python-for-android-revamp',
1212
license='MIT',
13-
install_requires=['appdirs', 'colorama', 'sh', 'jinja2'],
13+
install_requires=['appdirs', 'colorama', 'sh', 'jinja2', 'argparse'],
1414
entry_points={
1515
'console_scripts': [
1616
'python-for-android = pythonforandroid.toolchain:ToolchainCL',

0 commit comments

Comments
 (0)