From: richard Date: Sat, 19 Apr 2003 05:03:54 +0000 (+0000) Subject: oops, use correct templates source dir X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69c8cf55089f37b96bedb5504c04d3c7946ee1da;p=roundup.git oops, use correct templates source dir git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1666 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/setup.py b/setup.py index bb1d8a3..bba05f4 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.48 2003-04-17 03:37:57 richard Exp $ +# $Id: setup.py,v 1.49 2003-04-19 05:03:54 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -147,7 +147,7 @@ def main(): # add the templates to the data files lists from roundup.admin import listTemplates - templates = [t['path'] for t in listTemplates('.').values()] + templates = [t['path'] for t in listTemplates('templates').values()] for tdir in templates: # scan for data files for idir in '. detectors html'.split():