summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-21 11:06:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-21 11:06:15 -0700
commit233f53bb371b7214730125d0349478efc3192fea (patch)
treee8b54f35747b7437187733b9e94ebe0e5156379e
parent9ad2dec32a7cd9ba6c11969725e9512084d77e4a (diff)
downloadparamiko-233f53bb371b7214730125d0349478efc3192fea.tar.gz
Backport alex/patch-2, Python trove classifiers
-rw-r--r--setup.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3c2c7af3..d21605c0 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,12 @@ setup(name = "paramiko",
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
'Topic :: Internet',
- 'Topic :: Security :: Cryptography' ],
+ 'Topic :: Security :: Cryptography',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 2 :: Only' ],
long_description = longdesc,
**kw
)