From 01e5eee981b16b01c372e4e246b3371f9b630d6f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 2 Feb 2023 23:21:45 -0600 Subject: [PATCH] Officially drop support for python2 --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 70f7cd56..d4af2ce7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2022 Lance Edgar +# Copyright © 2010-2023 Lance Edgar # # This file is part of Rattail. # @@ -24,8 +24,6 @@ Setup script for Tailbone """ -from __future__ import unicode_literals, absolute_import - import os.path from setuptools import setup, find_packages @@ -155,9 +153,7 @@ setup( 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Office/Business', 'Topic :: Software Development :: Libraries :: Python Modules',