diff --git a/setup.py b/setup.py index c4536ac..f0eeec4 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,10 @@ # -*- coding: utf-8 -*- ''' -Vdirsyncer is a synchronization tool for vdir. See the README for more details. -''' +Vdirsyncer synchronizes calendars and contacts. -# Packagers: Vdirsyncer's version is automatically detected using -# setuptools-scm, but that one is not a runtime dependency. -# -# Do NOT use the GitHub's tarballs, those don't contain any version information -# detectable for setuptools-scm. Rather use the PyPI ones. +Please refer to https://vdirsyncer.readthedocs.io/en/stable/packaging.html for +how to package vdirsyncer. +''' from setuptools import Command, find_packages, setup diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index 1b6b5a1..4ded16a 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ''' -vdirsyncer is a synchronization tool for vdir. See the README for more details. +Vdirsyncer synchronizes calendars and contacts. ''' from __future__ import print_function