Skip to content

Commit 6b4aa01

Browse files
committed
Merge branch 'master' into documentation
2 parents 94890ac + 09ade35 commit 6b4aa01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,16 @@
99
url = "https://github.com/pkittenis/parallel-ssh",
1010
py_modules = ['pssh'],
1111
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+
],
1224
)

0 commit comments

Comments
 (0)