diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:57:39 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-07 12:57:39 +0100 |
commit | ff97a855525d1e2c98367f59ae9dde3e003d430b (patch) | |
tree | bb1c16f88973893dab7160938761aa5a008ca0bc /setup.py | |
parent | Remove 10.8 limit (diff) | |
download | kcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.tar.gz kcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.tar.bz2 kcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.zip |
KCC available from 10.6+
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index ae8c8a6..afb7bb8 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ if platform == "darwin": CFBundleTypeRole='Viewer', ) ], + LSMinimumSystemVersion='10.6.0', NSHumanReadableCopyright='ISC License (ISCL)' ) ) |