Backport alex/patch-2, Python trove classifiers

This commit is contained in:
Jeff Forcier 2014-03-21 11:06:15 -07:00
parent 9ad2dec32a
commit 233f53bb37
1 changed files with 6 additions and 1 deletions

View File

@ -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
)