Code

Simplify.
[roundup.git] / setup.py
index 5908f9730961545f63d7e5062c71db6a44db3211..0d94693caff75ace4e1f8cd708fd178590864cb6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ def main():
           description="A simple-to-use and -install issue-tracking system"
             " with command-line, web and e-mail interfaces. Highly"
             " customisable.",
-          long_description=open('doc/announcement.txt').read(),
+          long_description=open('doc/announcement.txt').read().decode('utf8'),
           url='http://www.roundup-tracker.org',
           download_url='http://pypi.python.org/pypi/roundup',
           classifiers=['Development Status :: 5 - Production/Stable',