diff options
author | Robert Gogolok <gogo@cs.uni-sb.de> | 2007-12-29 22:11:53 +0000 |
---|---|---|
committer | Robert Gogolok <gogo@cs.uni-sb.de> | 2007-12-29 22:11:53 +0000 |
commit | bcac2715f5b8e18f5196cb0203f9111e3932f698 (patch) | |
tree | 7a64a39a99c6761a150fbd51b56c1431fd924fd4 | |
parent | c817a466b5404a04494e7b3fe99b619c2ffcfa17 (diff) | |
download | bcfg2-bcac2715f5b8e18f5196cb0203f9111e3932f698.tar.gz bcfg2-bcac2715f5b8e18f5196cb0203f9111e3932f698.tar.bz2 bcfg2-bcac2715f5b8e18f5196cb0203f9111e3932f698.zip |
install Bcfg2.Server.Admin
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4127 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ setup(name="Bcfg2.Server", description="Bcfg2 Server", author="Narayan Desai", author_email="desai@mcs.anl.gov", - packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Plugins", "Bcfg2.Server.Hostbase", + packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Plugins", "Bcfg2.Server.Hostbase", "Bcfg2.Server.Admin", "Bcfg2.Server.Hostbase.hostbase", "Bcfg2.Client", "Bcfg2.Client.Tools", "Bcfg2.Server.Reports", "Bcfg2.Server.Reports.reports", "Bcfg2.Server.Reports.reports", |