summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-05-31 18:27:34 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-05-31 18:27:34 -0400
commitaf3deabbb18d2db6c1fd073d4755f2f1b9b0135c (patch)
treeb0b280fc3cf65a3fac4445f38e5153697b927f7e /setup.py
parent42ed0f01280cd0619dc4dc44376d99496ee281aa (diff)
parent1edc161c8280f8ce466552cca9d54d09d66b975d (diff)
downloadparamiko-af3deabbb18d2db6c1fd073d4755f2f1b9b0135c.tar.gz
Merge branch '2.1' into 2.2
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 608c9161..1c92711c 100644
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
],
install_requires=[
"bcrypt>=3.1.3",