diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-11-07 18:31:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:06 -0600 |
commit | 278bd97c4d40dba73fe04e8cc5cda939be7ee710 (patch) | |
tree | a9b1d8652e3d681fd713f8a93801db5eef97b791 /python/cx_Freeze/README | |
parent | 3ad58f21f5e608c80e2475dfe93f43418088471c (diff) | |
download | slackbuilds-278bd97c4d40dba73fe04e8cc5cda939be7ee710.tar.gz |
python/cx_Freeze: Added (python script freezer)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/cx_Freeze/README')
-rw-r--r-- | python/cx_Freeze/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/cx_Freeze/README b/python/cx_Freeze/README new file mode 100644 index 0000000000..dcc51609c7 --- /dev/null +++ b/python/cx_Freeze/README @@ -0,0 +1,6 @@ +cx_Freeze (python script freezer) + +cx_Freeze is a set of scripts and modules for freezing Python +scripts into executables in much the same way that py2exe and py2app +do. Unlike these two tools, cx_Freeze is cross platform and should +work on any platform that Python itself works on. |