diff setup.py @ 570:f6a0fbf918fd

Packaging scripts
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 02:36:06 +0200
parents bad2b38accec
children 62666b542afe
line wrap: on
line diff
--- a/setup.py	Sun Apr 10 02:32:42 2011 +0200
+++ b/setup.py	Sun Apr 10 02:36:06 2011 +0200
@@ -14,7 +14,7 @@
 VERSION_STR = "0.1"
 
 setup   (   # Metadata
-            name = "nine_tales",
+            name = "nine-tales",
             version = VERSION_STR,
             description = "Nine Tales of the Kitsune: Platformer for PyWeek 12",