summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 15:10:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 15:10:54 (GMT)
commit392aa1de1dd63c07f4a89ed4ef64e3526ae8f1d6 (patch)
tree6a8b3b4087612bca7bcb72154d2c6b4aada182ea
parent8710681400acac735ad7bdb980a075ec0591aa7c (diff)
downloadcpython-392aa1de1dd63c07f4a89ed4ef64e3526ae8f1d6.zip
cpython-392aa1de1dd63c07f4a89ed4ef64e3526ae8f1d6.tar.gz
cpython-392aa1de1dd63c07f4a89ed4ef64e3526ae8f1d6.tar.bz2
Update e-mail address
-rw-r--r--Tools/compiler/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/compiler/setup.py b/Tools/compiler/setup.py
index af21768..faff7fe 100644
--- a/Tools/compiler/setup.py
+++ b/Tools/compiler/setup.py
@@ -5,5 +5,5 @@ from distutils.core import setup
setup(name = "compiler",
version = "1.0",
author = "Jeremy Hylton",
- author_email = "jeremy@beopen.com",
+ author_email = "jeremy@zope.com",
packages = ["compiler"])