summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2012-01-28 02:32:19 -0500
committerDwayne C. Litzenberger <dlitz@dlitz.net>2012-01-28 02:32:19 -0500
commitc7a1573f513b55f676c77b393f42e81357c7b49e (patch)
tree033d80a19be71c8cc595e4d2727b4aebbc728723 /setup.py
parent3245543c8d6e4af046c216b7cb550c632260b31d (diff)
downloadpycrypto-c7a1573f513b55f676c77b393f42e81357c7b49e.tar.gz
setup.py: PyCrypto is used by lots of people in production
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23eded3..dec8dbd 100644
--- a/setup.py
+++ b/setup.py
@@ -438,7 +438,7 @@ kw = {'name':"pycrypto",
if hasattr(core, 'setup_keywords'):
if 'classifiers' in core.setup_keywords:
kw['classifiers'] = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'License :: Public Domain',
'Intended Audience :: Developers',
'Operating System :: Unix',