From c0aee14acfb2c1c74c19f1d4dcf2e14f5e2c0738 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 19 May 2016 18:07:29 +0200 Subject: [PATCH] setup.py: Refer to packaging.rst --- setup.py | 11 ++++------- vdirsyncer/__init__.py | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) 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