summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-27 02:22:29 -0400
committerChris McDonough <chrism@plope.com>2011-04-27 02:22:29 -0400
commitb2613a3d8cb16695eb1c465a7cfe5a722942287d (patch)
tree7e2942cdd21f497339c3ed5275e1c6e16a800ee6 /setup.py
parent7e655f50decd44ae9118700e5d00d668bab6788c (diff)
parent10b8a7120f35497bfea83d2ade2c2915c96861d4 (diff)
downloadpyramid-b2613a3d8cb16695eb1c465a7cfe5a722942287d.tar.gz
pyramid-b2613a3d8cb16695eb1c465a7cfe5a722942287d.tar.bz2
pyramid-b2613a3d8cb16695eb1c465a7cfe5a722942287d.zip
Merge branch 'cguardia-master' into pviews
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 5208f58a1..f965353ed 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
"""