summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1dbabe5f4..ceac5f9b2 100644
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,8 @@ setup(name='pyramid',
pyramid_alchemy=pyramid.paster:AlchemyProjectTemplate
[paste.paster_command]
pyramid_shell=pyramid.paster:BFGShellCommand
+ [console_scripts]
+ bfg2pyramid = pyramid.fixers.fix_bfg_imports:main
"""
)