Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Created April 8, 2018 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z3ntu/9a6098a292478d021289a2add8f5fcf7 to your computer and use it in GitHub Desktop.
Save z3ntu/9a6098a292478d021289a2add8f5fcf7 to your computer and use it in GitHub Desktop.
diff --git a/setup.py b/setup.py
index 7ca6d6777f8c..50f97f07236f 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")),
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment