Skip to content

Commit 00ba6c0

Browse files
author
Richard Jones
committed
fix URL in announcement; fix handling of unicode in announcement
1 parent 62f1501 commit 00ba6c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To give Roundup a try, just download (see below), unpack and run::
5555
Release info and download page:
5656
http://cheeseshop.python.org/pypi/roundup
5757
Source and documentation is available at the website:
58-
http://roundup.sourceforge.net/
58+
http://roundup-tracker.org/
5959
Mailing lists - the place to ask questions:
6060
http://sourceforge.net/mail/?group_id=31577
6161

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def main():
101101
description="A simple-to-use and -install issue-tracking system"
102102
" with command-line, web and e-mail interfaces. Highly"
103103
" customisable.",
104-
long_description=open('doc/announcement.txt').read(),
104+
long_description=open('doc/announcement.txt').read().decode('utf8'),
105105
url='http://www.roundup-tracker.org',
106106
download_url='http://pypi.python.org/pypi/roundup',
107107
classifiers=['Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)