From ec961de303a4c9aefef7c40f148ff0808b9c28b8 Mon Sep 17 00:00:00 2001 From: Brian Crowell Date: Sun, 28 Oct 2012 10:33:58 -0500 Subject: [PATCH] py3k: Remove use_2to3 from setup.py This is unnecessary now. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5608b0dd0..22c67f620 100644 --- a/setup.py +++ b/setup.py @@ -454,7 +454,6 @@ setup( author='Alex Clark (fork author)', author_email='aclark@aclark.net', url='http://github.com/python-imaging/Pillow', - use_2to3=True, classifiers=[ "Development Status :: 6 - Mature", "Topic :: Multimedia :: Graphics",