From: Stefan Behnel Date: Sun, 13 Feb 2011 06:58:23 +0000 (+0100) Subject: meta data update in setup.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f2c79e180f69ec4caa627a3258aea042d843503;p=cython.git meta data update in setup.py --- diff --git a/setup.py b/setup.py index 8bc76151..8f8e6f96 100644 --- a/setup.py +++ b/setup.py @@ -272,8 +272,8 @@ setup( name = 'Cython', version = version, url = 'http://www.cython.org', - author = 'Greg Ewing, Robert Bradshaw, Stefan Behnel, Dag Seljebotn, et al.', - author_email = 'cython-dev@codespeak.net', + author = 'Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.', + author_email = 'cython-devel@python.org', description = "The Cython compiler for writing C extensions for the Python language.", long_description = """\ The Cython language makes writing C extensions for the Python language as