[X2Go-Commits] [pyhoca-gui] 03/05: Don't include the py.exe shell in frozen builds.

git-admin at x2go.org git-admin at x2go.org
Fri Feb 7 23:16:29 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit d6cf95b94da835e857e188ca9e7dca4ea12f18f6
Author: Mike Gabriel <mike.gabriel at 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



More information about the x2go-commits mailing list