aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles/__init__.py
blob: b5ef1c7674d5cbbcadb31c000b30fdd1793213b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
"""
    dotfiles
    ~~~~~~~~

    Dotfiles is a tool to make managing your dotfile symlinks in $HOME easy,
    allowing you to keep all your dotfiles in a single directory.

    :copyright: (c) 2011-2016 by Jon Bernard.
    :license: ISC, see LICENSE.rst for more details.
"""

__version__ = '0.9.dev0'