From 792852c1fcf11f8e2258390c028e09177f014d12 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 8 Feb 2015 10:41:14 +0100 Subject: [PATCH] Update PyPI description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd29f05..460db2b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( author='Markus Unterwaditzer', author_email='markus@unterwaditzer.net', url='https://github.com/untitaker/vdirsyncer', - description='A synchronization tool for vdir', + description='Synchronize calendars and contacts', license='MIT', long_description=open('README.rst').read(), packages=find_packages(exclude=['tests.*', 'tests']),