summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:03:30 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-02-08 23:06:14 +0900
commit0fa19e7a93aba6750d5ee14d0e2fb9803bdcd61a (patch)
tree6c786cda7faee2957367b296e03d165781152c29
parent9ed612906e388eda8bf850420cbceef54e05841c (diff)
downloadheat-0fa19e7a93aba6750d5ee14d0e2fb9803bdcd61a.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: Icaa8acc04019b67628e84b1fa252e3731d526f08
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 27ecf6225..9a9ae5af5 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