From 68a7110cda84e74f828f51d199f2e6872ba17f21 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 10:34:49 -0400 Subject: add 2to3 fixer script for repoze.bfg imports --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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 """ ) -- cgit v1.2.3