diff setup.py @ 38:0a3c7d8eec72

utilize patch to determine if a patch or not
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 14 Dec 2012 15:35:39 -0800
parents d1b8fc0cb6cb
children db4c67a82b28
line wrap: on
line diff
--- a/setup.py	Fri Dec 14 15:18:01 2012 -0800
+++ b/setup.py	Fri Dec 14 15:35:39 2012 -0800
@@ -23,6 +23,7 @@
       packages=['bzconsole'],
       include_package_data=True,
       zip_safe=False,
+      # http://packages.python.org/distribute/setuptools.html#declaring-dependencies
       install_requires=['patch'],
       dependency_links=[
         'http://python-patch.googlecode.com/svn/trunk/patch.py#egg=patch-0.0'