diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |