comparison setup.py @ 653:958db47db179 nagslang-0.1

Version 0.1.
author Simon Cross <hodgestar@gmail.com>
date Sun, 08 Sep 2013 02:12:31 +0200
parents ef7018eaaec2
children 700ebab5240a
comparison
equal deleted inserted replaced
652:4a334fb55348 653:958db47db179
21 reqs = [str(ir.req) for ir in install_reqs] 21 reqs = [str(ir.req) for ir in install_reqs]
22 except ImportError: 22 except ImportError:
23 reqs = [] 23 reqs = []
24 24
25 # This should probably be pulled from constants.py 25 # This should probably be pulled from constants.py
26 VERSION_STR = "0.1a" 26 VERSION_STR = "0.1"
27 27
28 setup( 28 setup(
29 name="nagslang", 29 name="nagslang",
30 version=VERSION_STR, 30 version=VERSION_STR,
31 description="naglsang: Game for PyWeek 17", 31 description="naglsang: Game for PyWeek 17",