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']),