Mercurial > mozilla > hg > talosnames
comparison setup.py @ 14:1b18b2746e69
minor fixes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 10 Jul 2012 18:09:19 -0700 |
parents | b7b59561be5e |
children | 1713b3e244a7 |
comparison
equal
deleted
inserted
replaced
13:323a01abd180 | 14:1b18b2746e69 |
---|---|
3 """ | 3 """ |
4 | 4 |
5 import os | 5 import os |
6 | 6 |
7 version = "0.0" | 7 version = "0.0" |
8 dependencies = ['webob', 'CommandParser', 'talos'] | 8 dependencies = ['webob', 'CommandParser', 'talos', 'buildbot'] |
9 | 9 |
10 # allow use of setuptools/distribute or distutils | 10 # allow use of setuptools/distribute or distutils |
11 kw = {} | 11 kw = {} |
12 try: | 12 try: |
13 from setuptools import setup | 13 from setuptools import setup |