Skip to content

Commit b90863b

Browse files
committed
Update package metadata
Changed development status to beta, since the package is probably feature complete now
1 parent 1900132 commit b90863b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
classifiers=[
1616
'Programming Language :: Python',
1717
'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',
1822
'Operating System :: OS Independent',
1923
'License :: OSI Approved :: Apache Software License',
20-
'Development Status :: 2 - Pre-Alpha',
24+
'Development Status :: 4 - Beta',
2125
'Intended Audience :: Developers',
2226
'Topic :: Software Development :: Libraries :: Python Modules'
2327
]

0 commit comments

Comments
 (0)