Officially stop supporting Python 2.x

can refactor actual code later as needed
This commit is contained in:
Lance Edgar 2020-02-27 21:55:04 -06:00
parent c016c6aa6e
commit dcb3326026

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2018 Lance Edgar # Copyright © 2010-2020 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -21,8 +21,6 @@
# #
################################################################################ ################################################################################
from __future__ import unicode_literals, absolute_import
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
@ -85,7 +83,6 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Topic :: Office/Business', 'Topic :: Office/Business',