Mercurial > hg > bzconsole
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:d1b8fc0cb6cb | 38:0a3c7d8eec72 |
---|---|
21 url='http://k0s.org/mozilla/hg/bzconsole', | 21 url='http://k0s.org/mozilla/hg/bzconsole', |
22 license='MPL', | 22 license='MPL', |
23 packages=['bzconsole'], | 23 packages=['bzconsole'], |
24 include_package_data=True, | 24 include_package_data=True, |
25 zip_safe=False, | 25 zip_safe=False, |
26 # http://packages.python.org/distribute/setuptools.html#declaring-dependencies | |
26 install_requires=['patch'], | 27 install_requires=['patch'], |
27 dependency_links=[ | 28 dependency_links=[ |
28 'http://python-patch.googlecode.com/svn/trunk/patch.py#egg=patch-0.0' | 29 'http://python-patch.googlecode.com/svn/trunk/patch.py#egg=patch-0.0' |
29 ], | 30 ], |
30 entry_points=""" | 31 entry_points=""" |