summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-18 20:36:45 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-18 20:36:45 -0500
commit5d6244db1cf5eee921bc4be3bf4dffd754dce05b (patch)
treefc9440209138cf803448df9c1fed964bb93a6744
parentc20ec5f3393024152a584f57d147614be18a88b7 (diff)
downloadparamiko-5d6244db1cf5eee921bc4be3bf4dffd754dce05b.tar.gz
Add 3-only classifier, thanks @hugovk!
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 02ebcc7d..c5ee1058 100644
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,7 @@ setup(
"Topic :: Security :: Cryptography",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",