From d4b143acc8f3ba0b74fd1eb3149214f94bc62766 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 27 Feb 2020 21:49:19 -0600 Subject: [PATCH] Officially stop supporting Python 2.x can refactor actual code later as needed --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 32dbc1e..d9afeec 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ################################################################################ # # pyCOREPOS -- Python Interface to CORE POS -# Copyright © 2018-2019 Lance Edgar +# Copyright © 2018-2020 Lance Edgar # # This file is part of pyCOREPOS. # @@ -21,8 +21,6 @@ # ################################################################################ -from __future__ import unicode_literals, absolute_import - import os import sys from setuptools import setup, find_packages @@ -87,7 +85,6 @@ 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 :: Office/Business',