summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8c93285e5..83956103d 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ setup(name="Bcfg2",
# nosetests
test_suite='nose.collector',
packages=["Bcfg2",
+ "Bcfg2.Options",
"Bcfg2.Client",
"Bcfg2.Client.Tools",
"Bcfg2.Client.Tools.POSIX",
@@ -39,7 +40,6 @@ setup(name="Bcfg2",
"Bcfg2.Reporting.migrations",
"Bcfg2.Reporting.templatetags",
'Bcfg2.Server',
- "Bcfg2.Server.Admin",
"Bcfg2.Server.FileMonitor",
"Bcfg2.Server.Lint",
"Bcfg2.Server.Plugin",