Another note for packagers

This commit is contained in:
Markus Unterwaditzer 2015-07-21 15:46:03 +02:00
parent 552dc33037
commit 7f705aeb3a

View file

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