summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2011-03-05 01:55:33 +0000
committerMichael Foord <michael@voidspace.org.uk>2011-03-05 01:55:33 +0000
commit26733fe34ec7f1cd925df09ceda69a9844619b49 (patch)
tree410f50b3e3bcc3a1662ba2b204c9e73db9aaa3aa /setup.py
parentf48a5471445fad60190710686bdd3fcdecbddbad (diff)
downloadmock-26733fe34ec7f1cd925df09ceda69a9844619b49.tar.gz
Change trove status classifier to production
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f6d416d..1f4d5eb 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ readme = os.path.join(os.path.dirname(__file__), 'README.txt')
LONG_DESCRIPTION = open(readme).read()
CLASSIFIERS = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',