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 552efb15cc9c6df3ba36da21ae23bf7a212f97bd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 20:15:30 2014 +0100 Revert "CVix: look into setup.py for what packages to install" This reverts commit fe00defa40e1fe452e1d6313a587a4b037aadb71. --- CVix_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_setup.py b/CVix_setup.py index 71065b7..23683d3 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_setup.packages, + packages = [ 'pyhoca.wxgui', ], 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