This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 20bb1d00eeb3adace82d51e23b6a0e27eae688ab Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 22:53:04 2014 +0100 Don't include the py.exe shell in frozen builds. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a12cdfb..409c991 100755 --- a/setup.py +++ b/setup.py @@ -189,6 +189,7 @@ class build_installer_bbfreeze(build_installer, Freezer, Command): self.excludes = [] self.packages = [] self.compressed = False + self.include_py = False self.dist_dir = None def finalize_options(self): -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git