comparison setup.py @ 7:b951b70aa952 default tip

cleanin up round 1
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Dec 2012 12:28:16 -0800
parents 89e0c87f09ca
children
comparison
equal deleted inserted replaced
6:7138a453ecf7 7:b951b70aa952
7 except IOError: 7 except IOError:
8 description = None 8 description = None
9 9
10 version = '0.0' 10 version = '0.0'
11 11
12 deps = ['pygithub3', 'bzconsole'] 12 deps = ['pygithub3', 'bzconsole >= 0.3.1']
13 13
14 setup(name='bzgit', 14 setup(name='bzgit',
15 version=version, 15 version=version,
16 description="github <-> bugzilla.m.o bridge", 16 description="github <-> bugzilla.m.o bridge",
17 long_description=description, 17 long_description=description,