Skip to content

Commit 5785c20

Browse files
committed
Updated setup.py for 0.4 release
1 parent ed6a53b commit 5785c20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pythonforandroid/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
__version__ = '0.4'

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def recursively_include(results, directory, patterns):
4343
['liblink', 'biglink', 'liblink.sh'])
4444

4545
setup(name='python-for-android',
46-
version='0.3',
46+
version='0.4',
4747
description='Android APK packager for Python scripts and apps',
4848
author='The Kivy team',
4949
author_email='[email protected]',
@@ -61,13 +61,14 @@ def recursively_include(results, directory, patterns):
6161
],
6262
},
6363
classifiers = [
64-
'Development Status :: 3 - Alpha',
64+
'Development Status :: 4 - Beta',
6565
'Intended Audience :: Developers',
6666
'License :: OSI Approved :: MIT License',
6767
'Operating System :: Microsoft :: Windows',
6868
'Operating System :: OS Independent',
6969
'Operating System :: POSIX :: Linux',
7070
'Operating System :: MacOS :: MacOS X',
71+
'Operating System :: Android',
7172
'Programming Language :: C',
7273
'Programming Language :: Python :: 2',
7374
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)