X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup.py;h=9d08e5d161fcccc77a150ad46ec54fbb19e61b11;hb=b680e6133ab5b2be7da352e29dbbb79ac2627e0a;hp=70918726f4c8c7e3ad35adf796ceaf8f929476a7;hpb=a599c68a48d60a68b724a75274cb9c33ef919021;p=roundup.git diff --git a/setup.py b/setup.py index 7091872..9d08e5d 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.56 2003-08-18 06:31:59 richard Exp $ +# $Id: setup.py,v 1.58 2003-11-13 05:56:48 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -158,7 +158,7 @@ def main(): 'doc/roundup-mailgw.1', 'doc/roundup-server.1'])) # add the templates to the data files lists - from roundup.admin import listTemplates + from roundup.init import listTemplates templates = [t['path'] for t in listTemplates('templates').values()] for tdir in templates: # scan for data files @@ -180,7 +180,9 @@ def main(): setup( name = "roundup", version = __version__, - description = "Roundup issue tracking system.", + description = "A simple-to-use and -install issue-tracking system" + " with command-line, web and e-mail interfaces. Highly" + " customisable.", long_description = '''Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. It is based on the winning design