Code

fix URL in announcement; fix handling of unicode in announcement
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 19 Oct 2010 00:41:29 +0000 (00:41 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 19 Oct 2010 00:41:29 +0000 (00:41 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4545 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/announcement.txt
setup.py

index 3dc3704fb37f2581138e4007565c7b0e03a71e04..a66665e999353626c87aaaf2a441787194a9e687 100644 (file)
@@ -55,7 +55,7 @@ To give Roundup a try, just download (see below), unpack and run::
 Release info and download page:
      http://cheeseshop.python.org/pypi/roundup
 Source and documentation is available at the website:
-     http://roundup.sourceforge.net/
+     http://roundup-tracker.org/
 Mailing lists - the place to ask questions:
      http://sourceforge.net/mail/?group_id=31577
 
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',