summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:15:13 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:16:05 +0900
commitef4991dc7aa20480cdc4f48ea9874cce1916a4f0 (patch)
treeb7a76008ca61c0db7e2df10aeb8bee2bb6e0942b
parentaf3bc66a5fe2a1ab37d537b6cfe1f5dfb5659002 (diff)
downloadpython-cinderclient-ef4991dc7aa20480cdc4f48ea9874cce1916a4f0.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. This allows us to keep the setup.cfg file in cinder and the one in cinderclient more consistent. Change-Id: I5ad342f2b60348a0ba79c95415fdf1ae39714558
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b54ff28..125675e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,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