add author information to __init__.py
This commit is contained in:
parent
2ac0d937b1
commit
0d27fb60cb
1 changed files with 15 additions and 13 deletions
|
@ -27,11 +27,13 @@ VERSION = "0.9"
|
|||
FILE_DELTA = "delta"
|
||||
FILE_COMMENT = "comment"
|
||||
DATEFORMAT = "%Y-%m-%d"
|
||||
DATEFORMAT_PLAIN= DATEFORMAT.replace("%","")
|
||||
DATEFORMAT_PLAIN = DATEFORMAT.replace("%", "")
|
||||
DATETIMEFORMAT = "%Y-%m-%d-%H%M"
|
||||
DATETIMEFORMAT_PLAIN= DATETIMEFORMAT.replace("%","")
|
||||
DATETIMEFORMAT_PLAIN = DATETIMEFORMAT.replace("%", "")
|
||||
REPORTFORMAT = "{start_datetime} ({delta}): {comment}"
|
||||
|
||||
AUTHOR = 'Nico Schottelius'
|
||||
MAIL = 'nico-ctt at schottelius.org'
|
||||
WWW = 'http://www.nico.schottelius.org/software/ctt/'
|
||||
# Name of the folder to create - should not contain special characters
|
||||
# to ensure cross-os compatibility
|
||||
DISKFORMAT = DATETIMEFORMAT
|
||||
|
|
Loading…
Reference in a new issue