comparison setup.py @ 16:1713b3e244a7

add some things
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:18:42 -0700
parents 1b18b2746e69
children fcd98303a90d
comparison
equal deleted inserted replaced
15:2fc6c53931a1 16:1713b3e244a7
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', 'buildbot'] 8 dependencies = ['webob', 'CommandParser', 'talos', 'buildbot', 'PyYAML']
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