summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-04 21:28:52 -0400
committerChris McDonough <chrism@plope.com>2011-05-04 21:28:52 -0400
commit70a11094ab4d92d7d6a5800b4437f79af2562866 (patch)
tree44a545651c01cf8d59c4cb5ed58972b648d0c94c /setup.py
parentf426e51a98a85ab55545bd836f31d8731cc14cfe (diff)
parentaf05419e53e432ef121e4e5e3d23b1d588dce0d8 (diff)
downloadpyramid-70a11094ab4d92d7d6a5800b4437f79af2562866.tar.gz
pyramid-70a11094ab4d92d7d6a5800b4437f79af2562866.tar.bz2
pyramid-70a11094ab4d92d7d6a5800b4437f79af2562866.zip
Merge branch 'master' of github.com:Pylons/pyramid
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
"""