about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-11-07 12:57:39 +0100
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-11-07 12:57:39 +0100
commitff97a855525d1e2c98367f59ae9dde3e003d430b (patch)
treebb1c16f88973893dab7160938761aa5a008ca0bc /setup.py
parentRemove 10.8 limit (diff)
downloadkcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.tar.gz
kcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.tar.bz2
kcc-ff97a855525d1e2c98367f59ae9dde3e003d430b.zip
KCC available from 10.6+
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
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)'
                 )
             )