From 7f705aeb3a4ecb61fb9b87be4c7d63926bc60834 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 21 Jul 2015 15:46:03 +0200 Subject: [PATCH] Another note for packagers --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 8bb62c4..35d98b9 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,13 @@ Vdirsyncer is a synchronization tool for vdir. See the README for more details. ''' +# 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. + + from setuptools import find_packages, setup