diff --git a/setup.py b/setup.py index c41d720..d2ae274 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ # along with Radicale. If not, see . """ -Radicale CalDAV server -====================== +Radicale CalDAV and CardDAV server +================================== -The Radicale Project is a CalDAV calendar server. It aims to be a light -solution, easy to use, easy to install, easy to configure. As a consequence, -it requires few software dependances and is pre-configured to work -out-of-the-box. +The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It +aims to be a light solution, easy to use, easy to install, easy to configure. +As a consequence, 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 Evolution, Lightning, iPhone @@ -46,7 +46,7 @@ import radicale setup( name="Radicale", version=radicale.VERSION, - description="CalDAV Server", + description="CalDAV and CardDAV Server", long_description=__doc__, author="Guillaume Ayoub", author_email="guillaume.ayoub@kozea.fr",