We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1900132 commit b90863bCopy full SHA for b90863b
setup.py
@@ -15,9 +15,13 @@
15
classifiers=[
16
'Programming Language :: Python',
17
'Programming Language :: Python :: 2',
18
+ 'Programming Language :: Python :: 2.7',
19
+ 'Programming Language :: Python :: 3',
20
+ 'Programming Language :: Python :: 3.3',
21
+ 'Programming Language :: Python :: 3.4',
22
'Operating System :: OS Independent',
23
'License :: OSI Approved :: Apache Software License',
- 'Development Status :: 2 - Pre-Alpha',
24
+ 'Development Status :: 4 - Beta',
25
'Intended Audience :: Developers',
26
'Topic :: Software Development :: Libraries :: Python Modules'
27
]
0 commit comments