summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-02 20:41:01 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-02 20:41:01 +0000
commitd23bd985cfc25fced9a84892c7ee3843777148b0 (patch)
tree645f260c400fdc7900e9f0b7642f58af4d4a8b38 /setup.py
parent906b85e4927621cb34cb2baf13ec4ff17fa6b549 (diff)
downloadbcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.tar.gz
bcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.tar.bz2
bcfg2-d23bd985cfc25fced9a84892c7ee3843777148b0.zip
added GenerateHostInfo tool to setup.py
(Logical change 1.276) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1114 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 277099f85..e1f9f5493 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(name="Bcfg2.Server",
author_email="desai@mcs.anl.gov",
packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Generators", "Bcfg2.Server.Structures", "Bcfg2.Client"],
package_dir = {'Bcfg2':'src/lib'},
- scripts = ['src/sbin/Bcfg2Server', 'src/sbin/bcfg2', 'src/sbin/ValidateBcfg2Repo', 'src/sbin/StatReports'],
+ scripts = ['src/sbin/Bcfg2Server', 'src/sbin/bcfg2', 'src/sbin/ValidateBcfg2Repo', 'src/sbin/StatReports', 'src/sbin/GenerateHostInfo'],
data_files = [('share/bcfg2/schemas',
glob('schemas/*.xsd')),
('share/bcfg2/reports/web-rprt-srcs',