X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fp2e.txt;fp=client%2Fp2e.txt;h=c44ca0d8a31be480052479a228e4e5ec3137e77f;hp=0000000000000000000000000000000000000000;hb=d2d0c5f3bceb78cfaf3255acb4ac7312c7bf4683;hpb=2354bf341b3f46a7a23701c7f09de915b77ef7ff diff --git a/client/p2e.txt b/client/p2e.txt new file mode 100644 index 0000000..c44ca0d --- /dev/null +++ b/client/p2e.txt @@ -0,0 +1,11 @@ +#!/usr/bin/env python +# GoodFET py2exe Script +# +# Written poorly by Q, amended by Travis. +# PYTHONCONSOLE is rewritten by sed to be the proper name. +# Build with 'make py2exe' on Win32 with Python, py2exe, py-serial, and GNU. + +from distutils.core import setup +import py2exe + +setup(console=['PYTHONCONSOLE'])