summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:33:44 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:33:44 +0900
commit5c676b72d32e040e8cede476dda5d5ad0a458102 (patch)
tree03bfa8b1aaa85557a62e3921714e66afe3cb0494
parent90df936708aee36d77cead548d04cb7db2327f47 (diff)
downloadkeystonemiddleware-5c676b72d32e040e8cede476dda5d5ad0a458102.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: I4bfe0bd6eaed2c5edeef00de4c5f9830ceaee71b
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 34e3749..650fa64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,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