Skip to content

Commit 341803f

Browse files
committed
Added classifiers in setup.py
1 parent 4268b73 commit 341803f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,18 @@
2020
'bdist_apk = pythonforandroid.bdist_apk:BdistAPK',
2121
],
2222
},
23+
classifiers = [
24+
'Development Status :: 3 - Alpha',
25+
'Intended Audience :: Developers',
26+
'License :: OSI Approved :: MIT License',
27+
'Operating System :: Microsoft :: Windows',
28+
'Operating System :: OS Independent',
29+
'Operating System :: POSIX :: Linux',
30+
'Operating System :: MacOS :: MacOS X',
31+
'Programming Language :: C',
32+
'Programming Language :: Python :: 2',
33+
'Programming Language :: Python :: 3',
34+
'Topic :: Software Development',
35+
'Topic :: Utilities',
36+
],
2337
)

0 commit comments

Comments
 (0)