We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4268b73 commit 341803fCopy full SHA for 341803f
setup.py
@@ -20,4 +20,18 @@
20
'bdist_apk = pythonforandroid.bdist_apk:BdistAPK',
21
],
22
},
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
+ ],
37
)
0 commit comments