Update e-mail address

This commit is contained in:
Andrew M. Kuchling 2001-08-13 15:10:54 +00:00
parent 8710681400
commit 392aa1de1d
1 changed files with 1 additions and 1 deletions

View 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"])