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',