Skip to content

Commit

Permalink
Updated travis cfg. Updated setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan committed Aug 4, 2017
1 parent cf29ac7 commit 75ef05b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- ls -ltrh *.{rpm,deb}
deploy:
- provider: pypi
skip_cleanup: true
on:
repo: ParallelSSH/ssh2-python
tags: true
Expand Down
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,20 @@
include_package_data=True,
platforms='any',
classifiers=[
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX :: BSD',
],
ext_modules=extensions,
package_data={'ssh2': ['*.pxd']},
Expand Down

0 comments on commit 75ef05b

Please sign in to comment.