Update the software description
This commit is contained in:
parent
d274044700
commit
7faec9abc9
14
setup.py
14
setup.py
@ -18,13 +18,13 @@
|
|||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Radicale CalDAV server
|
Radicale CalDAV and CardDAV server
|
||||||
======================
|
==================================
|
||||||
|
|
||||||
The Radicale Project is a CalDAV calendar server. It aims to be a light
|
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It
|
||||||
solution, easy to use, easy to install, easy to configure. As a consequence,
|
aims to be a light solution, easy to use, easy to install, easy to configure.
|
||||||
it requires few software dependances and is pre-configured to work
|
As a consequence, it requires few software dependances and is pre-configured to
|
||||||
out-of-the-box.
|
work out-of-the-box.
|
||||||
|
|
||||||
The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD,
|
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
|
MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone
|
||||||
@ -46,7 +46,7 @@ import radicale
|
|||||||
setup(
|
setup(
|
||||||
name="Radicale",
|
name="Radicale",
|
||||||
version=radicale.VERSION,
|
version=radicale.VERSION,
|
||||||
description="CalDAV Server",
|
description="CalDAV and CardDAV Server",
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
author="Guillaume Ayoub",
|
author="Guillaume Ayoub",
|
||||||
author_email="guillaume.ayoub@kozea.fr",
|
author_email="guillaume.ayoub@kozea.fr",
|
||||||
|
Loading…
Reference in New Issue
Block a user