X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=setup.py;h=e6cb7b4fe20e281fea80cca777321a42ed487d11;hb=096f0458671a8aa67af7d6c2ca495073713563da;hp=bbd6595370ce7d3d43f1d6634c7d1e5f38662a76;hpb=1b7a9a990243a30d73689eab0b79c0654a442b48;p=cython.git diff --git a/setup.py b/setup.py index bbd65953..e6cb7b4f 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ setup( name = 'Cython', version = version, url = 'http://www.cython.org', - author = 'Greg Ewing, William Stein, Robert Bradshaw, Stefan Behnel, et al.', - author_email = 'wstein@gmail.com', + author = 'Greg Ewing, Robert Bradshaw, Stefan Behnel, Dag Seljebotn, et al.', + author_email = 'cython-dev@codespeak.net', 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