changeset 552:0216b5012411

Rename distribution name
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 01:36:11 +0200
parents 40a104ca0a69
children 62569f486ede
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Apr 10 01:28:03 2011 +0200
+++ b/setup.py	Sun Apr 10 01:36:11 2011 +0200
@@ -14,9 +14,9 @@
 VERSION_STR = "0.1"
 
 setup   (   # Metadata
-            name = "Nine Tales of the Kitsune",
+            name = "nine_tales",
             version = VERSION_STR,
-            description = "Platformer for PyWeek 12",
+            description = "Nine Tales of the Kitsune: Platformer for PyWeek 12",
 
             author = ("Adrianna Pinska, Anna Malczyk, Jeremy Thurgood, "
                       "Neil Muller, Oliver Hambsch, Simon Cross, Stefano Rivera"),