summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87b6ac2)
raw | patch | inline | side by side (parent: 87b6ac2)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 19 Oct 2010 00:41:29 +0000 (00:41 +0000) | ||
committer | richard <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 | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index 3dc3704fb37f2581138e4007565c7b0e03a71e04..a66665e999353626c87aaaf2a441787194a9e687 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
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
diff --git a/setup.py b/setup.py
index 5908f9730961545f63d7e5062c71db6a44db3211..0d94693caff75ace4e1f8cd708fd178590864cb6 100644 (file)
--- a/setup.py
+++ b/setup.py
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',