slackbuilds/python/cx_Freeze
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README python/cx_Freeze: Added (python script freezer) 2011-11-26 09:08:06 -06:00
cx_Freeze.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
cx_Freeze.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.