summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcguardia <carlos.delaguardia@gmail.com>2011-04-16 21:51:03 -0500
committercguardia <carlos.delaguardia@gmail.com>2011-04-16 21:51:03 -0500
commit66cda3dbdf336e82b395a8b99e637509e23967bd (patch)
tree74b3757f861cc39c00d89675a5e094b4a188ef95 /setup.py
parenta6e30eb7c937023fb2e987571cc1b31df5deb270 (diff)
downloadpyramid-66cda3dbdf336e82b395a8b99e637509e23967bd.tar.gz
pyramid-66cda3dbdf336e82b395a8b99e637509e23967bd.tar.bz2
pyramid-66cda3dbdf336e82b395a8b99e637509e23967bd.zip
start playing with paster command to show matching views for url
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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
"""