From 7fd2570a9e11c02fae309cad9241716d6c7b51b8 Mon Sep 17 00:00:00 2001 From: tavis_rudd Date: Tue, 1 Oct 2002 17:52:02 +0000 Subject: changed my email address over from calrudd.com to damnsimple.com --- SetupTools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SetupTools.py') diff --git a/SetupTools.py b/SetupTools.py index 8b9ea01..ffcec20 100644 --- a/SetupTools.py +++ b/SetupTools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: SetupTools.py,v 1.4 2002/01/01 20:02:33 tavis_rudd Exp $ +# $Id: SetupTools.py,v 1.5 2002/10/01 17:52:02 tavis_rudd Exp $ """Some tools for extending and working with distutils CREDITS: This module borrows code and ideas from M.A. Lemburg's excellent setup @@ -7,8 +7,8 @@ tools for the mxBase package. """ -__author__ = "Tavis Rudd " -__version__ = "$Revision: 1.4 $"[11:-2] +__author__ = "Tavis Rudd " +__version__ = "$Revision: 1.5 $"[11:-2] ################################################## -- cgit v1.2.1