summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:14:31 +0900
committerDouglas Mendizábal <dmendiza@redhat.com>2022-05-16 21:04:44 +0000
commited56446d2d067acf64b627e1290bd91ea6fcf0f8 (patch)
treeab35918bd64bac6c5955c85373fe43ba6c0c3aa3
parent8e3a391fd63c0a319071fc55996faab3e6699a0f (diff)
downloadpython-barbicanclient-ed56446d2d067acf64b627e1290bd91ea6fcf0f8.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: Iaff42279c88bd72eaa1ed58d2a675b5967896069
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5aabf2a..e037a3b 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