mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +00:00
15 lines
401 B
Python
15 lines
401 B
Python
# -*- coding: utf-8 -*-
|
|
'''
|
|
vdirsyncer
|
|
~~~~~~~~~~
|
|
|
|
vdirsyncer is a synchronization tool for vdir. See the README for more
|
|
details.
|
|
|
|
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
|
:license: MIT, see LICENSE for more details.
|
|
'''
|
|
__version__ = '0.3.4'
|
|
|
|
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
|
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|