Add Windows native SSH support

This commit is contained in:
Taylor Buchanan
2021-09-18 14:00:20 -05:00
parent 6d55512619
commit 498093f2f6
5 changed files with 275 additions and 34 deletions

View File

@@ -27,6 +27,7 @@ setup(
'pymsgbox>=1.0.6',
'semver>=2.2',
'unidecode>=0.4.20',
'pypiwin32'
],
platforms=['POSIX'],
classifiers=[