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

__version__ = '0.9.dev3'