diff options
-rw-r--r-- | dotfiles/__init__.py | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 8ead4c9..b5ef1c7 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -1 +1,12 @@ -__version__ = '0.7.dev0' +""" + 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' |