diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-18 12:05:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-18 12:05:57 -0700 |
commit | d20f8b9820294006ee078944ca9eb01a41b65dd8 (patch) | |
tree | 2f6b3ac3d6529c8ac2b4704f318d0b1820a09928 /setup.py | |
parent | 20b69e7735e8c7e8bf63ee4df2c6a6b34743e646 (diff) | |
parent | 89a9b583e46f634792d814c5cff8e0cecdb5fa50 (diff) |
Merge branch '2.0' of github.com:paramiko/paramiko into 2.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], install_requires=[ 'cryptography>=1.1', |