File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3232 - ls -ltrh *.{rpm,deb}
3333 deploy :
3434 - provider : pypi
35+ skip_cleanup : true
3536 on :
3637 repo : ParallelSSH/ssh2-python
3738 tags : true
Original file line number Diff line number Diff line change 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' ]},
You can’t perform that action at this time.
0 commit comments