mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-06 10:55:52 +00:00
8 lines
251 B
Python
8 lines
251 B
Python
# -*- coding: utf-8 -*-
|
|
'''
|
|
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
|
'''
|
|
__version__ = '0.4.2'
|
|
|
|
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
|
|
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'
|