meta data update in setup.py
authorStefan Behnel <scoder@users.berlios.de>
Sun, 13 Feb 2011 06:58:23 +0000 (07:58 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 13 Feb 2011 06:58:23 +0000 (07:58 +0100)
setup.py

index 8bc76151352d016c80ab1a563ab4afd1436d4f89..8f8e6f96c04cda95b45b485e9297ae67736c8d3c 100644 (file)
--- 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