From: Ondrej Lichtner olichtne@redhat.com
This adds the lnst.Devices and lnst.Tests packages so that they're recognized and installed by the setup.py install script.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 41b86b3..322731f 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ project website https://fedorahosted.org/lnst. """
PACKAGES = ["lnst", "lnst.Common", "lnst.Controller", "lnst.Slave", - "lnst.RecipeCommon" ] + "lnst.RecipeCommon", "lnst.Devices", "lnst.Tests" ] SCRIPTS = ["lnst-ctl", "lnst-slave", "lnst-pool-wizard"]
RECIPE_FILES = []