summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e14183a)
raw | patch | inline | side by side (parent: e14183a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Jul 2009 06:34:17 +0000 (06:34 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 20 Jul 2009 06:34:17 +0000 (06:34 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4331 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 3b1cb8da92247eadba2ae014cfc7698e7eca714a..1392f151dec1ac52360f8bb14abf93f112743867 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
If you're upgrading from an older version of Roundup you *must* follow
the "Software Upgrade" guidelines given in the maintenance documentation.
-Roundup requires python 2.3 or later for correct operation.
+Roundup requires python 2.3 or later (but not 3+) for correct operation.
To give Roundup a try, just download (see below), unpack and run::
diff --git a/setup.py b/setup.py
index d73f7cf987c248d7547d30319fef14446e1bfec2..206f74e7979a32a09f0c1cd04b8f6d80a56fb582 100644 (file)
--- a/setup.py
+++ b/setup.py
If you're upgrading from an older version of Roundup you *must* follow
the "Software Upgrade" guidelines given in the maintenance documentation.
-Roundup requires python 2.3 or later for correct operation.
+Roundup requires python 2.3 or later (but not 3+) for correct operation.
To give Roundup a try, just download (see below), unpack and run::
The system will facilitate communication among the participants by managing
discussions and notifying interested parties when issues are edited. One of
the major design goals for Roundup that it be simple to get going. Roundup
-is therefore usable "out of the box" with any python 2.3+ installation. It
-doesn't even need to be "installed" to be operational, though a
-disutils-based install script is provided.
+is therefore usable "out of the box" with any python 2.3+ (but not 3+)
+installation. It doesn't even need to be "installed" to be operational,
+though an install script is provided.
It comes with two issue tracker templates (a classic bug/feature tracker and
a minimal skeleton) and five database back-ends (anydbm, sqlite, metakit,