summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:01:31 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-02-08 14:06:10 +0000
commitbf2266159626aa3ba1473ba1db06914b37aa67ec (patch)
tree0161c2d4bfc8a0f2af76a798c52ca1fb6a0c80b1
parent502fa0ffc8970c087c5924742231812c0da6a114 (diff)
downloadglance-bf2266159626aa3ba1473ba1db06914b37aa67ec.tar.gz
Add Python 3 only classifier
Python 2 support was removed during Ussuri cycle. This change adds the classifier to clearly state that only Python 3 is supported. Change-Id: Ib244469e09e396ea897d1778bb1bad15cebf1f10
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7351e0b94..3ffc11b39 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,7 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7