Mercurial > mozilla > hg > talosnames
changeset 11:b7b59561be5e
add talos
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 10 Jul 2012 16:26:57 -0700 |
parents | 1029ddf7b806 |
children | a4aa9f83e3be |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Jul 10 16:22:58 2012 -0700 +++ b/setup.py Tue Jul 10 16:26:57 2012 -0700 @@ -5,7 +5,7 @@ import os version = "0.0" -dependencies = ['webob', 'CommandParser'] +dependencies = ['webob', 'CommandParser', 'talos'] # allow use of setuptools/distribute or distutils kw = {} @@ -16,6 +16,7 @@ talos-names = talosnames.main:main """ kw['install_requires'] = dependencies + kw['dependency_links'] = ['http://hg.mozilla.org/build/talos/archive/tip.tar.gz#egg=talos'] except ImportError: from distutils.core import setup kw['requires'] = dependencies