From 66cda3dbdf336e82b395a8b99e637509e23967bd Mon Sep 17 00:00:00 2001 From: cguardia Date: Sat, 16 Apr 2011 21:51:03 -0500 Subject: start playing with paster command to show matching views for url --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7c7c80040..4ab4cca82 100644 --- a/setup.py +++ b/setup.py @@ -85,6 +85,7 @@ setup(name='pyramid', [paste.paster_command] pshell=pyramid.paster:PShellCommand proutes=pyramid.paster:PRoutesCommand + pviews=pyramid.paster:PViewsCommand [console_scripts] bfg2pyramid = pyramid.fixers.fix_bfg_imports:main """ -- cgit v1.2.3