diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-01-21 15:09:52 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-01-21 15:09:52 +0100 |
commit | ef51425dd6826b63dac35efe10ec2b469913da61 (patch) | |
tree | 53ca3084b66e3032fa1cea6ec2686ee68d5f2c45 /kcc.py | |
parent | Added subfolder support (diff) | |
download | kcc-ef51425dd6826b63dac35efe10ec2b469913da61.tar.gz kcc-ef51425dd6826b63dac35efe10ec2b469913da61.tar.bz2 kcc-ef51425dd6826b63dac35efe10ec2b469913da61.zip |
Added metadata
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kcc.py b/kcc.py index 636b428..ce81663 100644 --- a/kcc.py +++ b/kcc.py @@ -32,6 +32,9 @@ # - recurse into dirtree for multiple comics __version__ = '2.0' +__license__ = 'ISC' +__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>' +__docformat__ = 'restructuredtext en' from Tkinter import * from kcc import gui |