# HG changeset patch # User Stefano Rivera # Date 1302392171 -7200 # Node ID 0216b50124118aff45135c2230e7f23640578844 # Parent 40a104ca0a69f9fe3598eba11e6cff79cc9cc053 Rename distribution name diff -r 40a104ca0a69 -r 0216b5012411 setup.py --- 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"),