aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles/__init__.py
blob: 31b2e5d1d977911f370a13514e6709234113bff1 (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-2018 by Jon Bernard.
    :license: ISC, see LICENSE.rst for more details.
"""

__version__ = '0.9.dev0'