From 31936e57eb6587dbf75c5f1ef68d952986368829 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 20 Apr 2011 10:01:50 -0500 Subject: setup.py: Add new Lint package Signed-off-by: Sol Jerome --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 62da3b787..9dc3ea2f3 100644 --- a/setup.py +++ b/setup.py @@ -126,6 +126,7 @@ setup(cmdclass=cmdclass, "Bcfg2.Server.Admin", "Bcfg2.Server.Hostbase", "Bcfg2.Server.Hostbase.hostbase", + "Bcfg2.Server.Lint", "Bcfg2.Server.Plugins", "Bcfg2.Server.Reports", "Bcfg2.Server.Reports.reports", -- cgit v1.2.3-1-g7c22