We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94890ac + 09ade35 commit 6b4aa01Copy full SHA for 6b4aa01
setup.py
@@ -9,4 +9,16 @@
9
url = "https://github.com/pkittenis/parallel-ssh",
10
py_modules = ['pssh'],
11
install_requires = ['paramiko', 'gevent'],
12
+ classifiers = [
13
+ 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
14
+ 'Intended Audience :: Developers',
15
+ 'Programming Language :: Python :: 2',
16
+ 'Programming Language :: Python :: 2.6',
17
+ 'Programming Language :: Python :: 2.7',
18
+ 'Topic :: Utilities',
19
+ 'Operating System :: POSIX :: Linux',
20
+ 'Operating System :: POSIX :: Unix',
21
+ 'Operating System :: POSIX :: BSD',
22
+ 'Operating System :: Windows',
23
+ ],
24
)
0 commit comments