Mercurial > mozilla > hg > MozillaTry
comparison setup.py @ 19:2d6b1a8a2b7d
peg to more modern configuration version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 Dec 2012 16:19:07 -0800 |
parents | 416f4562005c |
children |
comparison
equal
deleted
inserted
replaced
18:328e88120fc2 | 19:2d6b1a8a2b7d |
---|---|
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 = ['configuration'] | 12 deps = ['configuration >= 0.3.2'] |
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, |