diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-17 19:12:54 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-17 19:12:54 +0200 |
commit | 8a2ba96ac5ce69283b8d8e7241e305475a055118 (patch) | |
tree | 4f80feef5b4ca6ab3fc0b84c495da92e0576c138 /setup.py | |
parent | Updated tooltips (diff) | |
download | kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.gz kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.bz2 kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.zip |
Tiny tweaks for Linux
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 8f8dc10..3041d8f 100755 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ setup( version=VERSION, author="Ciro Mattia Gonano, Pawel Jastrzebski", author_email="ciromattia@gmail.com, pawelj@iosphe.re", - description="A tool to convert comics (CBR/CBZ/PDFs/image folders) to MOBI.", + description="Kindle Comic Converter", license="ISC License (ISCL)", keywords="kindle comic mobipocket mobi cbz cbr manga", url="http://github.com/ciromattia/kcc", |