setup.py: Refer to packaging.rst

This commit is contained in:
Markus Unterwaditzer 2016-05-19 18:07:29 +02:00
parent 139182ef2a
commit c0aee14acf
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -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