From 8503293d5bb061e53dbc5d7123409c0a07443a75 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sat, 3 Feb 2007 01:24:19 +0000 Subject: Finish up reports system packaging git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2774 ce84e21b-d406-0410-9b95-82705330c041 --- setup.py | 7 +++++-- src/lib/Server/Reports/reports/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 47d2d0feb..0f1d86666 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,11 @@ setup(name="Bcfg2.Server", author="Narayan Desai", author_email="desai@mcs.anl.gov", packages=["Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.Plugins", "Bcfg2.Server.Hostbase", - "Bcfg2.Server.Hostbase.hostbase", "Bcfg2.Server.Reports", - "Bcfg2.Server.Reports.reports", "Bcfg2.Client", "Bcfg2.Client.Tools"], + "Bcfg2.Server.Hostbase.hostbase", "Bcfg2.Client", "Bcfg2.Client.Tools", + "Bcfg2.Server.Reports", "Bcfg2.Server.Reports.reports", + "Bcfg2.Server.Reports.reports", + "Bcfg2.Server.Reports.reports.templatetags", + ], package_dir = {'Bcfg2':'src/lib'}, scripts = glob('src/sbin/*'), data_files = [('share/bcfg2/schemas', diff --git a/src/lib/Server/Reports/reports/__init__.py b/src/lib/Server/Reports/reports/__init__.py index 6f4caa219..ccdce8943 100644 --- a/src/lib/Server/Reports/reports/__init__.py +++ b/src/lib/Server/Reports/reports/__init__.py @@ -1 +1 @@ -__all__ = ['templates'] +__all__ = ['templatetags'] -- cgit v1.2.3-1-g7c22