[X2Go-Commits] [x2goclient] 02/74: Declare pyhoca namespace in setup.py.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:29 CET 2023
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.gabriel at 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.gabriel at 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
More information about the x2go-commits
mailing list