vdirsyncer/vdirsyncer/__init__.py
Markus Unterwaditzer 8131166dce Version 0.4.4
2015-03-12 13:22:49 +01:00

8 lines
251 B
Python

# -*- coding: utf-8 -*-
'''
vdirsyncer is a synchronization tool for vdir. See the README for more details.
'''
__version__ = '0.4.4'
PROJECT_HOME = 'https://github.com/untitaker/vdirsyncer'
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/latest'