mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Another note for packagers
This commit is contained in:
parent
552dc33037
commit
7f705aeb3a
1 changed files with 7 additions and 0 deletions
7
setup.py
7
setup.py
|
|
@ -3,6 +3,13 @@
|
||||||
Vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
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
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue