changeset 37:d1b8fc0cb6cb

add patch.py as a dep
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 14 Dec 2012 15:18:01 -0800
parents 619e27c447b8
children 0a3c7d8eec72
files setup.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Dec 14 15:02:26 2012 -0800
+++ b/setup.py	Fri Dec 14 15:18:01 2012 -0800
@@ -20,13 +20,13 @@
       author_email='jhammel@mozilla.com',
       url='http://k0s.org/mozilla/hg/bzconsole',
       license='MPL',
-      packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+      packages=['bzconsole'],
       include_package_data=True,
       zip_safe=False,
-      install_requires=[
-          # -*- Extra requirements: -*-
-        'simplejson'
-      ],
+      install_requires=['patch'],
+      dependency_links=[
+        'http://python-patch.googlecode.com/svn/trunk/patch.py#egg=patch-0.0'
+        ],
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]