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

x2go pushed a commit to annotated tag 0.5.0.1
in repository x2goclient.

commit 81f02d0bb0a084504fce33641598156d0b7ec911
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Wed Aug 15 15:03:30 2012 +0200

    Declare pyhoca namespace in setup.py.
---
 debian/changelog | 2 ++
 setup.py         | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4503837b..21634d09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyhoca-cli (0.2.0.4-0~x2go1) UNRELEASED; urgency=low
 
+  * New upstream version (0.2.0.4):
+    + Declare pyhoca namespace in setup.py.
   * Import packaging files from Debian package.
 
  -- Mike Gabriel <mike.gabr...@das-netzwerkteam.de>  Wed, 15 Aug 2012 15:02:19 
+0200
diff --git a/setup.py b/setup.py
index 72c33c33..548553ae 100755
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ setup(
     license = 'AGPLv3+',
     author = 'Mike Gabriel',
     url = 'http://www.x2go.org',
+    namespace_packages = [ 'pyhoca', ],
     packages = [ 'pyhoca.cli', ],
     package_dir = {'': '.'},
     exclude = [ 'pyhoca.cli.x2go', ],

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to