summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-02 00:53:40 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-02 00:53:40 -0500
commitd61e5aedfac32001ae545112ed1b1c4b36e846f2 (patch)
treeda78991da5eea995d23ed0bd31831fc98abc5621 /setup.py
parente4639e8dbc11c7ab40acb85f34271c6d4515aa6e (diff)
downloadtempita-d61e5aedfac32001ae545112ed1b1c4b36e846f2.tar.gz
Python 3 updates
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d3bf71d..aa67fd7 100644
--- a/setup.py
+++ b/setup.py
@@ -39,4 +39,5 @@ You can install from the `svn repository
test_suite='nose.collector',
include_package_data=True,
zip_safe=True,
+ use_2to3=True,
)