summaryrefslogtreecommitdiffstats
path: root/python/cx_Freeze/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/cx_Freeze/README')
-rw-r--r--python/cx_Freeze/README6
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.