comparison setup.py @ 602:03445a502b26

Version 0.2
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 20:07:02 +0200
parents 62666b542afe
children 97469338e088 672e6e7ecfe9
comparison
equal deleted inserted replaced
597:576921b65909 602:03445a502b26
9 try: 9 try:
10 import py2exe 10 import py2exe
11 except ImportError: 11 except ImportError:
12 pass 12 pass
13 13
14 VERSION_STR = "0.1" 14 VERSION_STR = "0.2"
15 15
16 setup ( # Metadata 16 setup ( # Metadata
17 name = "nine-tales", 17 name = "nine-tales",
18 version = VERSION_STR, 18 version = VERSION_STR,
19 description = "Nine Tales of the Kitsune: Platformer for PyWeek 12", 19 description = "Nine Tales of the Kitsune: Platformer for PyWeek 12",