summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-25 10:34:49 -0400
committerChris McDonough <chrism@plope.com>2010-10-25 10:34:49 -0400
commit68a7110cda84e74f828f51d199f2e6872ba17f21 (patch)
tree8cf0284c413353f73550c981c559b316709195b2 /setup.py
parent30d55eb56a6171e03febceff65145a5c0c6aa3d3 (diff)
downloadpyramid-68a7110cda84e74f828f51d199f2e6872ba17f21.tar.gz
pyramid-68a7110cda84e74f828f51d199f2e6872ba17f21.tar.bz2
pyramid-68a7110cda84e74f828f51d199f2e6872ba17f21.zip
add 2to3 fixer script for repoze.bfg imports
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
"""
)