From 14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 02:54:17 -0400 Subject: pylons paster templates --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 44fc10058..d7c549c03 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,9 @@ setup(name='pyramid', pyramid_zodb=pyramid.paster:ZODBProjectTemplate pyramid_routesalchemy=pyramid.paster:RoutesAlchemyProjectTemplate pyramid_alchemy=pyramid.paster:AlchemyProjectTemplate + pylons_basic=pyramid.paster:PylonsBasicProjectTemplate + pylons_minimal=pyramid.paster:PylonsMinimalProjectTemplate + pylons_sqla=pyramid.paster:PylonsSQLAlchemyProjectTemplate [paste.paster_command] pyramid_shell=pyramid.paster:BFGShellCommand [console_scripts] -- cgit v1.2.3