diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-09 17:29:41 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-09 17:29:41 +0100 |
commit | 9709bc9c125892ae70b51c666df9216e02d60f83 (patch) | |
tree | dc4b840dc865a161a2f0fe61bac36a6297a45f2b /setup.py | |
parent | Try with icon bundling... (diff) | |
download | kcc-9709bc9c125892ae70b51c666df9216e02d60f83.tar.gz kcc-9709bc9c125892ae70b51c666df9216e02d60f83.tar.bz2 kcc-9709bc9c125892ae70b51c666df9216e02d60f83.zip |
comments!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py index fe65164..c1f4455 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,7 @@ """ -py2app/py2exe build script for KCC. +py2app/cx_Freeze build script for KCC. -Will automatically ensure that all build prerequisites are available -via ez_setup +Will automatically ensure that all build prerequisites are available via ez_setup Usage (Mac OS X): python setup.py py2app |