Skip to content

Commit 75ef05b

Browse files
author
Pan
committed
Updated travis cfg. Updated setup.py classifiers
1 parent cf29ac7 commit 75ef05b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- ls -ltrh *.{rpm,deb}
3333
deploy:
3434
- provider: pypi
35+
skip_cleanup: true
3536
on:
3637
repo: ParallelSSH/ssh2-python
3738
tags: true

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,20 @@
6969
include_package_data=True,
7070
platforms='any',
7171
classifiers=[
72+
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
7273
'Intended Audience :: Developers',
7374
'Operating System :: OS Independent',
7475
'Programming Language :: Python',
7576
'Programming Language :: Python :: 2',
77+
'Programming Language :: Python :: 2.6',
78+
'Programming Language :: Python :: 2.7',
7679
'Programming Language :: Python :: 3',
80+
'Programming Language :: Python :: 3.4',
81+
'Programming Language :: Python :: 3.5',
82+
'Programming Language :: Python :: 3.6',
83+
'Topic :: Software Development :: Libraries :: Python Modules',
84+
'Operating System :: POSIX :: Linux',
85+
'Operating System :: POSIX :: BSD',
7786
],
7887
ext_modules=extensions,
7988
package_data={'ssh2': ['*.pxd']},

0 commit comments

Comments
 (0)