aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles/__init__.py
blob: df432d67396377f71175aaba7fbcdce40c40b847 (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.dev1'