aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-02-07 21:19:28 +0000
committerChristopher Baines <mail@cbaines.net>2016-02-07 21:19:28 +0000
commit8a563e44d42731143f4356edcad0d7469a56ea24 (patch)
tree4641e9608e76b130ea6afe467a30202494ef0eeb /setup.py
parentbbf74c0dbf66c463bd68bd30abcd338796152354 (diff)
parent31b2fd0709f259961253b9cdc875ce7827abaa68 (diff)
downloadpython-paramiko-8a563e44d42731143f4356edcad0d7469a56ea24.tar
python-paramiko-8a563e44d42731143f4356edcad0d7469a56ea24.tar.gz
Merge tag 'upstream/1.16.0'
Upstream version 1.16.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 003a061..629c28f 100644
--- a/setup.py
+++ b/setup.py
@@ -87,6 +87,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
],
**kw
)