diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |
