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 fe00defa40e1fe452e1d6313a587a4b037aadb71 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 15:07:34 2014 +0100 CVix: look into setup.py for what packages to install --- CVix_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_setup.py b/CVix_setup.py index 23683d3..71065b7 100755 --- a/CVix_setup.py +++ b/CVix_setup.py @@ -77,7 +77,7 @@ if __name__ == "__main__": author = AUTHOR, url = URL, namespace_packages = [ 'pyhoca', ], - packages = [ 'pyhoca.wxgui', ], + packages = pyhoca_setup.packages, package_dir = {'': '.'}, install_requires = [ 'setuptools', ], cmdclass = pyhoca_setup.cmd_class, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git