Changeset - dcb332602645
[Not reviewed]
0 1 0
Lance Edgar - 5 years ago 2020-02-27 21:55:04
lance@edbob.org
Officially stop supporting Python 2.x

can refactor actual code later as needed
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general) First comment
setup.py
Show inline comments
 
@@ -2,7 +2,7 @@
 
################################################################################
 
#
 
#  Rattail -- Retail Software Framework
 
#  Copyright © 2010-2018 Lance Edgar
 
#  Copyright © 2010-2020 Lance Edgar
 
#
 
#  This file is part of Rattail.
 
#
 
@@ -21,8 +21,6 @@
 
#
 
################################################################################
 

	
 
from __future__ import unicode_literals, absolute_import
 

	
 
import os
 
from setuptools import setup, find_packages
 

	
 
@@ -85,7 +83,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',
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now