summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-21 11:21:17 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-21 11:21:17 -0700
commit2af6081eaf945b77493c6c6486216640cdfdd89a (patch)
tree5cf11311215656c12796454f0069ff54130a42db
parent695527c9eea64caa1a55fdef7e4ac4996a74f3fd (diff)
downloadparamiko-2af6081eaf945b77493c6c6486216640cdfdd89a.tar.gz
Forgot python 2.5
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 00a4a975..6222a7b0 100644
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@ setup(
'Topic :: Security :: Cryptography',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',