summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-06-11 23:56:47 +0800
committerJeff Forcier <jeff@bitprophet.org>2017-06-12 09:45:17 -0700
commit44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 (patch)
tree2ae8fd4cd8d9edee0dda8386356193ad088e953f /setup.py
parent295b50e91db5dd37bb29c3f209c7168a1ef16e00 (diff)
downloadparamiko-44e0fa814c7bf5a81369c7ee5ff52d0662b4f457.tar.gz
Add Python 3.6 to classifiers
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 80d5ea7f..d3ab1ea9 100644
--- a/setup.py
+++ b/setup.py
@@ -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',