summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-04 18:27:40 -0700
committerChris McDonough <chrism@plope.com>2011-05-04 18:27:40 -0700
commitaf05419e53e432ef121e4e5e3d23b1d588dce0d8 (patch)
tree44a545651c01cf8d59c4cb5ed58972b648d0c94c /setup.py
parent11c4d636ac158b7a3d0ca40cc52130ffef6d21c3 (diff)
parent127f51481cc47e9507bd4d87973a11e5dbab97c2 (diff)
downloadpyramid-af05419e53e432ef121e4e5e3d23b1d588dce0d8.tar.gz
pyramid-af05419e53e432ef121e4e5e3d23b1d588dce0d8.tar.bz2
pyramid-af05419e53e432ef121e4e5e3d23b1d588dce0d8.zip
Merge pull request #182 from cguardia/master
Merge paster pviews command from cguardia's master
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
"""