From dbe614552aeb614fe98d95826f7625c759317093 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 30 May 2010 23:52:21 +0200 Subject: [PATCH] Fix small typo and documentation errors in setup. --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f8df590f..17a008da 100755 --- a/setup.py +++ b/setup.py @@ -27,8 +27,9 @@ it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, -MacOS X) and Windows. It is known to work with Lightning and Sunbird 0.9+. It -is free and open-source software, released under GPL version 3. +MacOS X) and Windows. It is known to work with Evolution 2.30+, Lightning 0.9+ +and Sunbird 0.9+. It is free and open-source software, released under GPL +version 3. For further information, please visit the `Radicale Website `_. @@ -47,7 +48,7 @@ setup( author="Guillaume Ayoub", author_email="guillaume.ayoub@kozea.fr", url="http://www.radicale.org/", - #download_url = "http://radicale.org/src/radicale/Radicale-0.5.tar.gz", + #download_url="http://radicale.org/src/radicale/Radicale-0.5.tar.gz", license="GNU GPL v3", platforms="Any", packages=["radicale", "radicale.acl"],