# HG changeset patch # User Jeff Hammel # Date 1287693804 25200 # Node ID ff0e2a6dd07b53128a976048bd6ce1c55c441932 # Parent 9aa8f57216498e4c939b9a976e4de9947806ebf5 need webob to install; thanks, hobs! diff -r 9aa8f5721649 -r ff0e2a6dd07b setup.py --- a/setup.py Sun Jan 24 19:31:13 2010 -0500 +++ b/setup.py Thu Oct 21 13:43:24 2010 -0700 @@ -17,7 +17,7 @@ packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False, - install_requires=[ 'PasteScript' ], + install_requires=[ 'PasteScript', 'webob' ], entry_points=""" # -*- Entry points: -*- [paste.paster_create_template]