summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-10-29 16:03:20 -0700
committerBen Bangert <ben@groovie.org>2010-10-29 16:03:20 -0700
commit8b0d7ce11cb836b9073010d524cb7f636f1649ec (patch)
treee8f0309546ebb8c40ee83a5416f60e4f12ccfb65 /setup.py
parent17e70c8db9140c0b4062f46ef5eb4527d678b793 (diff)
parent71ff1038f9ae7578e303ca9f657d34e4ee09305a (diff)
downloadpyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.tar.gz
pyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.tar.bz2
pyramid-8b0d7ce11cb836b9073010d524cb7f636f1649ec.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7c549c03..b8330013e 100644
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ setup(name='pyramid',
pylons_minimal=pyramid.paster:PylonsMinimalProjectTemplate
pylons_sqla=pyramid.paster:PylonsSQLAlchemyProjectTemplate
[paste.paster_command]
- pyramid_shell=pyramid.paster:BFGShellCommand
+ pshell=pyramid.paster:PShellCommand
[console_scripts]
bfg2pyramid = pyramid.fixers.fix_bfg_imports:main
"""