change pypi classifier to stable

This commit is contained in:
Alan Hamlett 2014-03-12 16:25:00 -07:00
parent 9bb54870ad
commit 348bb63aee
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ setup(
'console_scripts': ['wakatime = wakatime.__init__:main'],
},
classifiers=(
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',