<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">Hi Michal,<br>
      <br>
      This commit was also created as a pull request by @z3ntu on github<br>
      <a class="moz-txt-link-freetext" href="https://github.com/virt-manager/virt-manager/pull/29">https://github.com/virt-manager/virt-manager/pull/29</a><br>
    </font><br>
    Radostin<br>
    <br>
    <div class="moz-cite-prefix">On 11/04/18 10:55, Michal Privoznik
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:8c0b02689cebb33dbf728d331a68ee71fa412884.1523440509.git.mprivozn@redhat.com">
      <pre wrap="">In fe9ed2340cd5b6 and 3909c10441a5f4eb two new virtinst/
subdirectories were introduced. However, we forget to distribute
them therefore installed virt-manager fails to start.

Signed-off-by: Michal Privoznik <a class="moz-txt-link-rfc2396E" href="mailto:mprivozn@redhat.com"><mprivozn@redhat.com></a>
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 7ca6d677..50f97f07 100755
--- a/setup.py
+++ b/setup.py
@@ -671,6 +671,8 @@ distutils.core.setup(
         ("share/virt-manager/virtcli",
          glob.glob("virtcli/*.py") + glob.glob("virtcli/cli.cfg")),
         ("share/virt-manager/virtinst", glob.glob("virtinst/*.py")),
+        ("share/virt-manager/virtinst/devices", glob.glob("virtinst/devices/*.py")),
+        ("share/virt-manager/virtinst/domain", glob.glob("virtinst/domain/*.py")),
         ("share/virt-manager/virtconv", glob.glob("virtconv/*.py")),
     ],
 
</pre>
    </blockquote>
    <br>
  </body>
</html>