From 872fd658c4d8f4676d491d7986ba1a78a201f701 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 19 Dec 2020 16:09:55 +0000 Subject: [PATCH] Add `Python 3 :: Only` classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0c2808e92..b7d0e8f51 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( "Topic :: Software Development :: Build Tools", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only" "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",