diff --git a/jrnl.py b/jrnl.py index af8b0616..a0322e59 100755 --- a/jrnl.py +++ b/jrnl.py @@ -1,5 +1,12 @@ #!/usr/bin/env python # encoding: utf-8 + +""" + jrnl + + license: MIT, see LICENSE for more details. +""" + import os import tempfile import parsedatetime.parsedatetime as pdt @@ -23,6 +30,11 @@ try: except ImportError: CLINT = False +__title__ = 'jrnl' +__version__ = '0.2.4' +__author__ = 'Manuel Ebert, Stephan Gabler' +__license__ = 'MIT' + default_config = { 'journal': os.path.expanduser("~/journal.txt"), 'editor': "",