summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
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 a6ce7281..89d43bd7 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ setup(name = "paramiko",
download_url = 'http://www.lag.net/paramiko/download/paramiko-1.3.1.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
- classifiers = [ 'Development Status :: 3 - Alpha',
+ classifiers = [ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',