summaryrefslogtreecommitdiff
path: root/SetupTools.py
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2002-10-01 17:52:02 +0000
committertavis_rudd <tavis_rudd>2002-10-01 17:52:02 +0000
commit7fd2570a9e11c02fae309cad9241716d6c7b51b8 (patch)
tree3a268c91ee697db41447b862e581ed4f5d888b5c /SetupTools.py
parentbd7c60e548453ef4db241cfc0a09033143285af0 (diff)
downloadpython-cheetah-7fd2570a9e11c02fae309cad9241716d6c7b51b8.tar.gz
changed my email address over from calrudd.com to damnsimple.com
Diffstat (limited to 'SetupTools.py')
-rw-r--r--SetupTools.py6
1 files changed, 3 insertions, 3 deletions
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 <tavis@calrudd.com>"
-__version__ = "$Revision: 1.4 $"[11:-2]
+__author__ = "Tavis Rudd <tavis@damnsimple.com>"
+__version__ = "$Revision: 1.5 $"[11:-2]
##################################################