mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
setup.py: Refer to packaging.rst
This commit is contained in:
parent
139182ef2a
commit
c0aee14acf
2 changed files with 5 additions and 8 deletions
11
setup.py
11
setup.py
|
|
@ -1,13 +1,10 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
Please refer to https://vdirsyncer.readthedocs.io/en/stable/packaging.html for
|
||||||
# setuptools-scm, but that one is not a runtime dependency.
|
how to package vdirsyncer.
|
||||||
#
|
'''
|
||||||
# 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 Command, find_packages, setup
|
from setuptools import Command, find_packages, setup
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
from __future__ import print_function
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue