Mercurial > mozilla > hg > MozillaTry
comparison setup.py @ 5:416f4562005c
more switching to configuration parser
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 Dec 2012 11:09:45 -0800 |
parents | df6a8049e9a4 |
children | 2d6b1a8a2b7d |
comparison
equal
deleted
inserted
replaced
4:14275dcbff10 | 5:416f4562005c |
---|---|
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 = [] | 12 deps = ['configuration'] |
13 | 13 |
14 setup(name='mozillatry', | 14 setup(name='mozillatry', |
15 version=version, | 15 version=version, |
16 description="push patches to mozilla try server", | 16 description="push patches to mozilla try server", |
17 long_description=description, | 17 long_description=description, |