[elbe-devel] [PATCH 7/8] setup.py: add the sub packages for python debianize

Torben Hohn torben.hohn at linutronix.de
Fri Aug 9 10:47:53 CEST 2019


the subpackages need to mentioned in setup.py, or they wont be installed.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 setup.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d792535e1..9e483c9b7 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,11 @@ setup(name='elbe',
                 'elbepack.commands',
                 'elbepack.daemons',
                 'elbepack.daemons.soap',
-                'elbepack.debianize'],
+                'elbepack.debianize',
+                'elbepack.debianize.panels',
+                'elbepack.debianize.widgets',
+                'elbepack.debianize.base',
+                ],
       package_data={'elbepack': ["makofiles/*.mako",
                                  "makofiles/debianize/*/*.mako",
                                  "makofiles/debianize/*/*.install",
-- 
2.11.0




More information about the elbe-devel mailing list