summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
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]