From f4a1868aaf33b5a2559982b9bb0d3af666868418 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 4 Mar 2020 14:15:45 -0600 Subject: [PATCH] Officially declare rattail-demo to be python3-only --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9b17885..fe35edf 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,8 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8; -*- """ Setup script for Rattail Demo """ -from __future__ import unicode_literals, absolute_import - import os from setuptools import setup, find_packages @@ -71,7 +69,8 @@ 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', 'Topic :: Software Development :: Libraries :: Python Modules', ],