aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles/__init__.py
blob: 2f762b6c8e365763c4d98bf1d4fff67138fcbc4d (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 configuration files in a single directory.

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

__version__ = '0.9.dev0'