diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-03 09:41:07 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-04 09:09:33 +0100 |
commit | 147d815057a5d0dfbeab2de54e7f9730f72dce13 (patch) | |
tree | 9924ca399d1cdb611aaad0b11f33cfee5fa61c54 /setup.py | |
parent | Improved 7zip detection (diff) | |
download | kcc-147d815057a5d0dfbeab2de54e7f9730f72dce13.tar.gz kcc-147d815057a5d0dfbeab2de54e7f9730f72dce13.tar.bz2 kcc-147d815057a5d0dfbeab2de54e7f9730f72dce13.zip |
Code cleanup
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 9476d3e..99bd3f5 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ if platform == "darwin": CFBundleName=NAME, CFBundleShortVersionString=VERSION, CFBundleGetInfoString=NAME + " " + VERSION + - ", written 2012-2014 by Ciro Mattia Gonano and Pawel Jastrzebski", + ", written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski", CFBundleExecutable=NAME, CFBundleIdentifier='com.github.ciromattia.kcc', CFBundleSignature='dplt', @@ -81,7 +81,7 @@ elif platform == "win32": windows=[{"script": MAIN, "dest_base": "KCC", "version": VERSION, - "copyright": "Ciro Mattia Gonano, Pawel Jastrzebski © 2014", + "copyright": "Ciro Mattia Gonano, Pawel Jastrzebski © 2012-2015", "legal_copyright": "ISC License (ISCL)", "product_version": VERSION, "product_name": "Kindle Comic Converter", |