From 9c862baf027897242f88a1bd88cb63914fa978db Mon Sep 17 00:00:00 2001 From: tavis_rudd Date: Thu, 2 Aug 2001 05:17:15 +0000 Subject: changed url --- setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7fa9445..a9d4a1f 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: setup.py,v 1.4 2001/07/19 02:36:35 hierro Exp $ +# $Id: setup.py,v 1.5 2001/08/02 05:17:15 tavis_rudd Exp $ """A setup module for the Cheetah package, based on the disutils module Meta-Data @@ -7,12 +7,12 @@ Meta-Data Author: Tavis Rudd License: This software is released for unlimited distribution under the terms of the Python license. -Version: $Revision: 1.4 $ +Version: $Revision: 1.5 $ Start Date: 2001/03/30 -Last Revision Date: $Date: 2001/07/19 02:36:35 $ +Last Revision Date: $Date: 2001/08/02 05:17:15 $ """ __author__ = "Tavis Rudd " -__version__ = "$Revision: 1.4 $"[11:-2] +__version__ = "$Revision: 1.5 $"[11:-2] ################################################## ## DEPENDENCIES ## @@ -90,8 +90,7 @@ if __name__ == '__main__': description = synopsis, long_description = __doc__, maintainer = "Tavis Rudd", - url = "http://www.calrudd.com/tavis", - + url = "http://www.cheetahtemplate.org", packages = packages, package_dir = {'Cheetah':'src'}, -- cgit v1.2.1