From 9d85a70e5a20c474d72ef4b7a03028f831cbee94 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 26 Dec 2020 02:44:09 -0600 Subject: [PATCH] Update setup classifiers to be only Python 3 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e646bcf..011b4fa 100644 --- a/setup.py +++ b/setup.py @@ -60,14 +60,13 @@ setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3 :: Only", ], zip_safe=True, ) -- 2.25.1