]> granicus.if.org Git - python/commitdiff
Update e-mail address
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 15:10:54 +0000 (15:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 15:10:54 +0000 (15:10 +0000)
Tools/compiler/setup.py

index af217687b62d5e52f8206bf045e0daa59d8e9bbe..faff7fe8a4024191f62c87786189b008b240c78f 100644 (file)
@@ -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"])