summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-17 13:08:41 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-17 13:08:41 +1300
commit639573c78745eeade117e9dc29baf11e5456e461 (patch)
tree73ab0a909ddf7e269bff64fa45c56f475110332b
parent36bc006c3dee55ac85db19c4fd51c131592ce000 (diff)
downloadfixtures-639573c78745eeade117e9dc29baf11e5456e461.tar.gz
Oops, setup.py wasn't 3.2 ready.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aebe8fc..79f86a5 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
import os.path
-description = open(os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
+description = open(os.path.join(os.path.dirname(__file__), 'README'), 'rt').read()
setup(name="fixtures",
version="0.3.11",