diff setup.py @ 463:6ce6787f3635

Add Desilu and Gideon to the places they're missing.
author Simon Cross <hodgestar@gmail.com>
date Sat, 17 Sep 2011 21:13:23 +0200
parents 14ea75642dcb
children 5da148acb36a
line wrap: on
line diff
--- a/setup.py	Sat Sep 17 21:13:04 2011 +0200
+++ b/setup.py	Sat Sep 17 21:13:23 2011 +0200
@@ -18,8 +18,9 @@
             version=VERSION_STR,
             description="Mutable Mamba: Snake game for PyWeek 13",
 
-            author=("Adrianna Pinska, Desilu Crossman, Jeremy Thurgood, "
-                    "Neil Muller, Simon Cross, Stefano Rivera"),
+            author=("Adrianna Pinska, Desilu Crossman, Gideon Visser, "
+                    "Jeremy Thurgood, Neil Muller, Simon Cross, "
+                    "Stefano Rivera"),
             author_email="",
 
             maintainer="Mamba Team",