From fd411e7855f23ebaf4a86234172afe35170b8634 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 24 Jun 2020 12:40:31 +0930 Subject: [PATCH] Update classifiers in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39665c36..84b0b4aa 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "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",