From 733c3fdc4a9e2ca5086892f0ad1c432731da4004 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 4 Feb 2020 08:55:51 +0100 Subject: [PATCH] remove python27 from classifiers --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a17e886..5cc29b2 100644 --- a/setup.py +++ b/setup.py @@ -49,12 +49,11 @@ setup( "Intended Audience :: System Administrators", "Natural Language :: English", "Operating System :: POSIX", - "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", "Topic :: Utilities", ], include_package_data=True,