From 6a3184b3e02015ac3349d87c1f96a68827b47990 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 16:57:28 -0400 Subject: - The ``bfgshell`` paster command is now named ``pshell``. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 """ -- cgit v1.2.3