diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:06:15 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 11:06:15 -0700 |
commit | 233f53bb371b7214730125d0349478efc3192fea (patch) | |
tree | e8b54f35747b7437187733b9e94ebe0e5156379e | |
parent | 9ad2dec32a7cd9ba6c11969725e9512084d77e4a (diff) |
Backport alex/patch-2, Python trove classifiers
-rw-r--r-- | setup.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ) |