diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-01-25 10:42:38 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-01-25 10:42:38 +0100 |
| commit | 3a536df626798d4895039c6596fd03bedcfd6b66 (patch) | |
| tree | 1106a9ed31b47cff07ffa0e2777770eaae25dfe8 /setup.py | |
| parent | Added MD5 check to update mechanism (diff) | |
| download | kcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.gz kcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.bz2 kcc-3a536df626798d4895039c6596fd03bedcfd6b66.zip | |
Code cleanup
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 6ca1a59..f805c66 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ if platform == "darwin": CFBundleName=NAME, CFBundleShortVersionString=VERSION, CFBundleGetInfoString=NAME + " " + VERSION + - ", written 2012-2013 by Ciro Mattia Gonano and Pawel Jastrzebski", + ", written 2012-2014 by Ciro Mattia Gonano and Pawel Jastrzebski", CFBundleExecutable=NAME, CFBundleIdentifier='com.github.ciromattia.kcc', CFBundleSignature='dplt', |